diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-02-09 12:01:49 +0100 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-02-09 12:01:49 +0100 |
commit | 6e9f434bdac305bcdb50192925fc71be60ff9e85 (patch) | |
tree | 1999d7f38d2c2cf454e3dee0c3bbde4874a13d50 /apps/files/templates/index.php | |
parent | 5a15221910aa8307d58ae89fc8cb3555663b36d8 (diff) | |
download | nextcloud-server-6e9f434bdac305bcdb50192925fc71be60ff9e85.tar.gz nextcloud-server-6e9f434bdac305bcdb50192925fc71be60ff9e85.zip |
rename trash to trash bin
Diffstat (limited to 'apps/files/templates/index.php')
-rw-r--r-- | apps/files/templates/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php index 0b4aa21eac3..7cf65915af0 100644 --- a/apps/files/templates/index.php +++ b/apps/files/templates/index.php @@ -37,7 +37,7 @@ </div> <?php if ($_['trash'] ): ?> <div id="trash" class="button"> - <a><?php echo $l->t('Trash');?></a> + <a><?php echo $l->t('Trash bin');?></a> </div> <?php endif; ?> <div id="uploadprogresswrapper"> |