mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 06:33:08 +02:00
String changes
This commit is contained in:
parent
ee3e82ca71
commit
4a864575b1
1 changed files with 1 additions and 1 deletions
|
|
@ -783,7 +783,7 @@ def add_node_tree(tree_dict, m, path):
|
|||
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…
Reference in a new issue