Trashbin: Delete => Delete permanently

For #14639

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2019-03-16 15:04:20 +01:00
parent c01019b536
commit 9dd7bc1919
No known key found for this signature in database
GPG key ID: F941078878347C0C
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -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',