From a35144e961a55e2a5ca45d84b190156898e07c35 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Tue, 22 Sep 2015 14:52:52 +0200 Subject: Properly translate file actions --- apps/files_trashbin/js/app.js | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/files_trashbin/js/app.js') 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() { -- cgit v1.2.3