mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Small cleanups for messages and name
This commit is contained in:
parent
e08da942ec
commit
cca39d2e73
@ -799,7 +799,7 @@ class Sending(PreferencesPlugin):
|
|||||||
class Plugboard(PreferencesPlugin):
|
class Plugboard(PreferencesPlugin):
|
||||||
name = 'Plugboard'
|
name = 'Plugboard'
|
||||||
icon = I('plugboard.png')
|
icon = I('plugboard.png')
|
||||||
gui_name = _('Metadata plugboard')
|
gui_name = _('Metadata plugboards')
|
||||||
category = 'Import/Export'
|
category = 'Import/Export'
|
||||||
gui_category = _('Import/Export')
|
gui_category = _('Import/Export')
|
||||||
category_order = 3
|
category_order = 3
|
||||||
|
@ -197,7 +197,8 @@ class ConfigWidget(ConfigWidgetBase, Ui_Form):
|
|||||||
|
|
||||||
if error:
|
if error:
|
||||||
error_dialog(self, '',
|
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)
|
show=True)
|
||||||
self.new_device.setCurrentIndex(0)
|
self.new_device.setCurrentIndex(0)
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user