This commit is contained in:
Kovid Goyal 2011-03-27 20:03:00 -06:00
parent cec36461bd
commit bea32d3561

View File

@ -853,7 +853,7 @@ class Columns(PreferencesPlugin):
class Toolbar(PreferencesPlugin): class Toolbar(PreferencesPlugin):
name = 'Toolbar' name = 'Toolbar'
icon = I('wizard.png') icon = I('wizard.png')
gui_name = _('Customize the toolbar') gui_name = _('Toolbar')
category = 'Interface' category = 'Interface'
gui_category = _('Interface') gui_category = _('Interface')
category_order = 1 category_order = 1
@ -865,7 +865,7 @@ class Toolbar(PreferencesPlugin):
class Search(PreferencesPlugin): class Search(PreferencesPlugin):
name = 'Search' name = 'Search'
icon = I('search.png') icon = I('search.png')
gui_name = _('Customize searching') gui_name = _('Searching')
category = 'Interface' category = 'Interface'
gui_category = _('Interface') gui_category = _('Interface')
category_order = 1 category_order = 1