mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-27 18:23:55 +01:00
...
This commit is contained in:
parent
cec36461bd
commit
bea32d3561
1 changed files with 2 additions and 2 deletions
|
|
@ -853,7 +853,7 @@ class Columns(PreferencesPlugin):
|
|||
class Toolbar(PreferencesPlugin):
|
||||
name = 'Toolbar'
|
||||
icon = I('wizard.png')
|
||||
gui_name = _('Customize the toolbar')
|
||||
gui_name = _('Toolbar')
|
||||
category = 'Interface'
|
||||
gui_category = _('Interface')
|
||||
category_order = 1
|
||||
|
|
@ -865,7 +865,7 @@ class Toolbar(PreferencesPlugin):
|
|||
class Search(PreferencesPlugin):
|
||||
name = 'Search'
|
||||
icon = I('search.png')
|
||||
gui_name = _('Customize searching')
|
||||
gui_name = _('Searching')
|
||||
category = 'Interface'
|
||||
gui_category = _('Interface')
|
||||
category_order = 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue