Rename Preferences dialogs to sections

This commit is contained in:
Kovid Goyal 2024-02-19 18:27:54 +05:30
parent 7bc2a5a911
commit 1add1a057f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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