Fix #1867718 [Name of shortcut contains @ in the Shortcuts screen](https://bugs.launchpad.net/calibre/+bug/1867718)

This commit is contained in:
Kovid Goyal 2020-03-24 08:58:11 +05:30
parent 7a1641a5ad
commit 93d05c6a8e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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)