String changes

This commit is contained in:
Kovid Goyal 2020-05-27 09:26:40 +05:30
parent 1012cee43f
commit 48190a117e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -204,7 +204,7 @@ class BackupStatus(QDialog): # {{{
class ChooseLibraryAction(InterfaceAction):
name = 'Choose Library'
action_spec = (_('Choose Library'), 'lt.png',
action_spec = (_('Choose library'), 'lt.png',
_('Choose calibre library to work with'), None)
dont_add_to = frozenset(('context-menu-device',))
action_add_menu = True