mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
String changes
This commit is contained in:
parent
ee3e82ca71
commit
4a864575b1
@ -783,7 +783,7 @@ class TagsView(QTreeView): # {{{
|
||||
category=tag.original_name if tag else None,
|
||||
key=key))
|
||||
if fm['datatype'] == 'enumeration':
|
||||
self.context_menu.addAction(_('Edit permissable values for %s')%category,
|
||||
self.context_menu.addAction(_('Edit permissible values for %s')%category,
|
||||
partial(self.context_menu_handler, action='edit_enum',
|
||||
key=key))
|
||||
elif key == 'authors':
|
||||
|
Loading…
x
Reference in New Issue
Block a user