Small cleanups for messages and name

This commit is contained in:
Charles Haley 2010-09-28 13:11:55 +01:00
parent e08da942ec
commit cca39d2e73
2 changed files with 3 additions and 2 deletions

View File

@ -799,7 +799,7 @@ class Sending(PreferencesPlugin):
class Plugboard(PreferencesPlugin):
name = 'Plugboard'
icon = I('plugboard.png')
gui_name = _('Metadata plugboard')
gui_name = _('Metadata plugboards')
category = 'Import/Export'
gui_category = _('Import/Export')
category_order = 3

View File

@ -197,7 +197,8 @@ class ConfigWidget(ConfigWidgetBase, Ui_Form):
if error:
error_dialog(self, '',
_('That format and device already has a plugboard'),
_('That format and device already has a plugboard or '
'conflicts with another plugboard.'),
show=True)
self.new_device.setCurrentIndex(0)
return