diff options
author | Marcus Lundblad <ml@update.uu.se> | 2020-08-11 22:40:27 +0200 |
---|---|---|
committer | Marcus Lundblad <ml@update.uu.se> | 2020-08-11 22:40:27 +0200 |
commit | 5bbb8c7c810a5e7cef3e15d7f68892a2136c92ed (patch) | |
tree | a0deeab5cc26c239685bedce1b172efb6f6cea96 /data | |
parent | d6173fddfa67b77da44bcf63eb43f055971d6a8e (diff) | |
download | gnome-maps-5bbb8c7c810a5e7cef3e15d7f68892a2136c92ed.tar.gz |
mainWindow: Unify string for main menu action
The accessible name for the "Open main menu" action
used a different string than the descriptive one
in the keyboard help overlay. Unify them both.
Fixes #290
Diffstat (limited to 'data')
-rw-r--r-- | data/ui/main-window.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/ui/main-window.ui b/data/ui/main-window.ui index b4b27981..8af04bf8 100644 --- a/data/ui/main-window.ui +++ b/data/ui/main-window.ui @@ -53,7 +53,7 @@ <accelerator key="F10" signal="clicked"/> <child internal-child="accessible"> <object class="AtkObject"> - <property name="accessible-name" translatable="yes">Primary menu</property> + <property name="accessible-name" translatable="yes">Open main menu</property> </object> </child> <style> |