mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-24 07:56:33 +01:00
String changes
This commit is contained in:
parent
e0926d1dfe
commit
b0633f3db0
1 changed files with 1 additions and 1 deletions
|
|
@ -524,7 +524,7 @@ def sreg(name, text, action, overrides={}, keys=(), description=None, icon=None)
|
|||
'Compare to another book'))
|
||||
self.action_manage_snippets = treg(
|
||||
'snippets.png', _('Manage &Snippets'), self.boss.manage_snippets, 'manage-snippets', (), _(
|
||||
'Manage user created snippets'))
|
||||
'Manage user created Snippets'))
|
||||
|
||||
self.plugin_menu_actions = []
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue