TF-1792 Add option EmptyTrash for mailbox menu
(cherry picked from commit 9c7a2c465e57d19d80f33a9cb916923f177ae129)
This commit is contained in:
@@ -2851,4 +2851,16 @@ class AppLocalizations {
|
||||
'Replied and Forwarded message',
|
||||
name: 'repliedAndForwardedMessage');
|
||||
}
|
||||
|
||||
String get emptyTrash {
|
||||
return Intl.message(
|
||||
'Empty Trash',
|
||||
name: 'emptyTrash');
|
||||
}
|
||||
|
||||
String get emptyTrashMessageDialog {
|
||||
return Intl.message(
|
||||
'You are about to permanently delete all items in Trash . Do you want to continue?',
|
||||
name: 'emptyTrashMessageDialog');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user