From 9dd7bc1919c59cc9609a59fdf3875fd3aa2b0154 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Sat, 16 Mar 2019 15:04:20 +0100 Subject: Trashbin: Delete => Delete permanently For #14639 Signed-off-by: Roeland Jago Douma --- apps/files_trashbin/src/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/files_trashbin/src') diff --git a/apps/files_trashbin/src/app.js b/apps/files_trashbin/src/app.js index 3f6fd011238..2bc8e08b812 100644 --- a/apps/files_trashbin/src/app.js +++ b/apps/files_trashbin/src/app.js @@ -47,7 +47,7 @@ OCA.Trashbin.App = { }, { name: 'delete', - displayName: t('files', 'Delete'), + displayName: t('files_trashbin', 'Delete permanently'), iconClass: 'icon-delete', } ], @@ -95,7 +95,7 @@ OCA.Trashbin.App = { fileActions.registerAction({ name: 'Delete', - displayName: t('files', 'Delete'), + displayName: t('files_trashbin', 'Delete permanently'), mime: 'all', permissions: OC.PERMISSION_READ, iconClass: 'icon-delete', -- cgit v1.2.3