diff options
author | Thomas Citharel <tcit@tcit.fr> | 2017-08-28 10:56:21 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2017-09-15 16:53:10 +0200 |
commit | 5767659d226a47d59bc6a024033e54c3741eebc7 (patch) | |
tree | ac130fe55f0ff1356f0dd37d87725d628b6dbfdb /apps/files/templates | |
parent | 07c1137abfb792b78b140f97811af4d96fed072c (diff) | |
download | nextcloud-server-5767659d226a47d59bc6a024033e54c3741eebc7.tar.gz nextcloud-server-5767659d226a47d59bc6a024033e54c3741eebc7.zip |
Change move copy order and debug leftover
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Diffstat (limited to 'apps/files/templates')
-rw-r--r-- | apps/files/templates/list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php index 3857ad3badd..f3b6759644c 100644 --- a/apps/files/templates/list.php +++ b/apps/files/templates/list.php @@ -49,7 +49,7 @@ <span id="selectedActionsList" class="selectedActions"> <a href="" class="copy-move"> <span class="icon icon-external"></span> - <span><?php p($l->t('Copy or Move'))?></span> + <span><?php p($l->t('Move or copy'))?></span> </a> <a href="" class="download"> <span class="icon icon-download"></span> |