diff options
| author | Christopher Davis <christopherdavis@gnome.org> | 2023-02-08 19:23:42 -0500 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi92@disroot.org> | 2026-02-10 22:38:07 +0100 |
| commit | 0ac6e47da7f170405bb0dbb2b740010fcfb463d9 (patch) | |
| tree | 0643bf8a11950dea0e484075ccb4e2ddb6755aed | |
| parent | 9a956d7d1f92c6172dc8244b359ad05aff39bbea (diff) | |
menu_app: Rename Settings to Preferences
The standard name in GNOME applications is Preferences.
| -rw-r--r-- | main/data/menu_app.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/data/menu_app.ui b/main/data/menu_app.ui index 55eb9551..36cc31ad 100644 --- a/main/data/menu_app.ui +++ b/main/data/menu_app.ui @@ -8,7 +8,7 @@ </item> <item> <attribute name="action">app.settings</attribute> - <attribute name="label" translatable="yes">Settings</attribute> + <attribute name="label" translatable="yes">Preferences</attribute> </item> </section> <section> |
