string changes

This commit is contained in:
Kovid Goyal 2020-11-24 08:43:53 +05:30
parent 1b15c93d64
commit c59f1cd242
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ class DeleteAction(InterfaceAction):
_('Remove files of a specific format from selected books'),
triggered=self.delete_selected_formats)
m('delete-except',
_('Remove all formats from selected books, except'),
_('Remove all formats from selected books, except...'),
triggered=self.delete_all_but_selected_formats)
self.delete_menu.addSeparator()
m('delete-all',