]> source.dussan.org Git - nextcloud-server.git/commitdiff
call 'Trash bin' 'Deleted files'
authorBjörn Schießle <schiessle@owncloud.com>
Thu, 14 Feb 2013 11:32:14 +0000 (12:32 +0100)
committerBjörn Schießle <schiessle@owncloud.com>
Thu, 14 Feb 2013 11:32:14 +0000 (12:32 +0100)
apps/files/templates/index.php

index 60756db40149e1175b7b5a3e47c385ab6649a2ef..c7bf0d21c13dcf021d68b106ce22926bd4bc8bb7 100644 (file)
@@ -37,7 +37,7 @@
                        </div>
                        <?php if ($_['trash'] ): ?>
                        <div id="trash" class="button">
-                               <a><?php echo $l->t('Trash bin');?></a>
+                               <a><?php echo $l->t('Deleted files');?></a>
                        </div>
                        <?php endif; ?>
                        <div id="uploadprogresswrapper">