summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorHari Rana <theevilskeleton@riseup.net>2023-02-14 15:30:39 -0500
committerHari Rana <theevilskeleton@riseup.net>2023-02-14 15:33:32 -0500
commite8afa43dec46639e148a39258f2fba4c03a65f25 (patch)
tree234c197c30ccf86a27b78a998f5c3e94db37500f /shell
parent42f05e5ad71557dd19d2aa9240ec6213c8bf3116 (diff)
downloadgnome-control-center-e8afa43dec46639e148a39258f2fba4c03a65f25.tar.gz
primary-menu: Rename to Main Menu
This renames the accessibility label of the primary menu to "Main Menu", and adds a tooltip text under that name, per https://developer.gnome.org/hig/patterns/controls/menus.html#primary-menus
Diffstat (limited to 'shell')
-rw-r--r--shell/cc-window.ui3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/cc-window.ui b/shell/cc-window.ui
index 07e1848e7..259222ec4 100644
--- a/shell/cc-window.ui
+++ b/shell/cc-window.ui
@@ -50,8 +50,9 @@
<property name="icon-name">open-menu-symbolic</property>
<property name="menu-model">primary_menu</property>
<property name="primary">True</property>
+ <property name="tooltip_text" translatable="yes">Main Menu</property>
<accessibility>
- <property name="label" translatable="yes">Primary Menu</property>
+ <property name="label" translatable="yes">Main Menu</property>
</accessibility>
<style>
<class name="image-button"/>