mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04: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
@ -28,7 +28,7 @@ class PreferencesAction(InterfaceAction):
|
||||
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…
x
Reference in New Issue
Block a user