mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Rename Preferences dialogs to sections
This commit is contained in:
parent
7bc2a5a911
commit
1add1a057f
@ -51,7 +51,7 @@ class PreferencesAction(InterfaceAction):
|
|||||||
|
|
||||||
pm = self.preferences_menu
|
pm = self.preferences_menu
|
||||||
# The space pushes the separator a bit away from the text
|
# The space pushes the separator a bit away from the text
|
||||||
pm.addSection(_('Preferences dialogs') + ' ')
|
pm.addSection(_('Sections') + ' ')
|
||||||
|
|
||||||
config_icon = QIcon.ic('config.png')
|
config_icon = QIcon.ic('config.png')
|
||||||
current_cat = 0
|
current_cat = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user