diff --git a/src/calibre/gui2/dialogs/choose_plugin_toolbars.py b/src/calibre/gui2/dialogs/choose_plugin_toolbars.py index 5639286519..ddf8e162e8 100644 --- a/src/calibre/gui2/dialogs/choose_plugin_toolbars.py +++ b/src/calibre/gui2/dialogs/choose_plugin_toolbars.py @@ -26,7 +26,7 @@ class ChoosePluginToolbarsDialog(QDialog): self.setLayout(self._layout) self._header_label = QLabel( - _('Select the toolbars and/or menus to add "%s" to:') % + _('Select the toolbars and/or menus to add %s to:') % plugin.name) self._layout.addWidget(self._header_label)