summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-02-09 03:21:30 -0800
committerBernhard Posselt <nukeawhale@gmail.com>2013-02-09 03:21:30 -0800
commitc5fd9cc0c20d94162c37e91acff44787abb007ec (patch)
tree7dd8e806e4ce43d364b65fde48250ad19c6937cf /apps/files
parentca243f3fac92e2fdb3f38660779a024ef4ce2763 (diff)
parent6e9f434bdac305bcdb50192925fc71be60ff9e85 (diff)
downloadnextcloud-server-c5fd9cc0c20d94162c37e91acff44787abb007ec.tar.gz
nextcloud-server-c5fd9cc0c20d94162c37e91acff44787abb007ec.zip
Merge pull request #1562 from schiesbn/fix_naming
rename trash to trash bin
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/templates/index.php2
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">