summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2012-09-21 16:09:30 -0700
committerThomas Müller <thomas.mueller@tmit.eu>2012-09-21 16:09:30 -0700
commitac69974d73abafbee638cd0f9e024ded30248845 (patch)
tree7b5b9ff00737bd886a214470e3592656e9331587 /apps/files
parent40a1899bd98ac418994321831f0b2e8bad5f1c94 (diff)
parent107b641708d07414f01894fba4561a0c4e500e7d (diff)
downloadnextcloud-server-ac69974d73abafbee638cd0f9e024ded30248845.tar.gz
nextcloud-server-ac69974d73abafbee638cd0f9e024ded30248845.zip
Merge pull request #17 from scambra/4.5-l10n-fixes
Fix some untranslated strings
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/js/fileactions.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/js/fileactions.js b/apps/files/js/fileactions.js
index 1403d345e8a..f579d8530ed 100644
--- a/apps/files/js/fileactions.js
+++ b/apps/files/js/fileactions.js
@@ -179,6 +179,7 @@ FileActions.register('all','Delete', OC.PERMISSION_DELETE, function(){return OC.
$('.tipsy').remove();
});
+// t('files', 'Rename')
FileActions.register('all','Rename', OC.PERMISSION_UPDATE, function(){return OC.imagePath('core','actions/rename');},function(filename){
FileList.rename(filename);
});