summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-09-22 14:52:52 +0200
committerVincent Petry <pvince81@owncloud.com>2015-09-22 14:52:52 +0200
commita35144e961a55e2a5ca45d84b190156898e07c35 (patch)
tree76509747c55ec2f0e8cc2b232619cb3b073ff237 /apps/files_trashbin
parent67231ed9a75eafe5b417e4525e3d80b1a3f8826b (diff)
downloadnextcloud-server-a35144e961a55e2a5ca45d84b190156898e07c35.tar.gz
nextcloud-server-a35144e961a55e2a5ca45d84b190156898e07c35.zip
Properly translate file actions
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r--apps/files_trashbin/js/app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_trashbin/js/app.js b/apps/files_trashbin/js/app.js
index 473cce88a71..c3be762f095 100644
--- a/apps/files_trashbin/js/app.js
+++ b/apps/files_trashbin/js/app.js
@@ -59,6 +59,7 @@ OCA.Trashbin.App = {
fileActions.registerAction({
name: 'Delete',
+ displayName: t('files', 'Delete'),
mime: 'all',
permissions: OC.PERMISSION_READ,
icon: function() {