diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-01-30 10:07:29 +0100 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-01-30 10:07:29 +0100 |
commit | d6adab6734375ed2747d4a68c1d331950b0b14b3 (patch) | |
tree | 2750d95974ebf3900d24d3488656d2a9ff229880 /apps/files_trashbin/templates/index.php | |
parent | 0c8bcacdc8cbeec479c5b7f42ebb8a89ae1cd7bd (diff) | |
download | nextcloud-server-d6adab6734375ed2747d4a68c1d331950b0b14b3.tar.gz nextcloud-server-d6adab6734375ed2747d4a68c1d331950b0b14b3.zip |
improved message if trash bin is empty
Diffstat (limited to 'apps/files_trashbin/templates/index.php')
-rw-r--r-- | apps/files_trashbin/templates/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/templates/index.php b/apps/files_trashbin/templates/index.php index ebabec2d4d0..104d93ce496 100644 --- a/apps/files_trashbin/templates/index.php +++ b/apps/files_trashbin/templates/index.php @@ -6,7 +6,7 @@ <div id='notification'></div> <?php if (isset($_['files']) && count($_['files'])==0):?> - <div id="emptyfolder"><?php echo $l->t('Nothing in here. Trash bin empty!')?></div> + <div id="emptyfolder"><?php echo $l->t('Nothing in here. Your trash bin is empty!')?></div> <?php endif; ?> <table> |