From 1add1a057f0c40a108794798e2374632a2026eba Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 19 Feb 2024 18:27:54 +0530 Subject: [PATCH] Rename Preferences dialogs to sections --- src/calibre/gui2/actions/preferences.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/actions/preferences.py b/src/calibre/gui2/actions/preferences.py index 5ca1225eb8..40ba3f1593 100644 --- a/src/calibre/gui2/actions/preferences.py +++ b/src/calibre/gui2/actions/preferences.py @@ -51,7 +51,7 @@ class PreferencesAction(InterfaceAction): pm = self.preferences_menu # The space pushes the separator a bit away from the text - pm.addSection(_('Preferences dialogs') + ' ') + pm.addSection(_('Sections') + ' ') config_icon = QIcon.ic('config.png') current_cat = 0