mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-23 01:04:23 +02:00
...
This commit is contained in:
parent
b66e308c27
commit
dffe798a48
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ def __init__(self, parent, plugin, locations):
|
|||
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 <b>%s</b> to:') %
|
||||
plugin.name)
|
||||
self._layout.addWidget(self._header_label)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue