mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-15 21:35:19 +01:00
Fix #1867718 [Name of shortcut contains @ in the Shortcuts screen](https://bugs.launchpad.net/calibre/+bug/1867718)
This commit is contained in:
parent
7a1641a5ad
commit
93d05c6a8e
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ def genesis(self):
|
|||
cm = partial(self.create_menu_action, pm)
|
||||
if isosx:
|
||||
pm.addAction(QIcon(I('config.png')), _('Preferences'), self.do_config)
|
||||
cm('welcome wizard', _('Run Welcome &wizard'),
|
||||
cm('welcome wizard', _('Run Welcome wizard'),
|
||||
icon='wizard.png', triggered=self.gui.run_wizard)
|
||||
cm('plugin updater', _('Get plugins to enhance calibre'),
|
||||
icon='plugins/plugin_updater.png', triggered=self.get_plugins)
|
||||
|
|
|
|||
Loading…
Reference in a new issue