This commit is contained in:
Kovid Goyal 2011-03-09 12:04:05 -07:00
parent b66e308c27
commit dffe798a48

View file

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