summaryrefslogtreecommitdiff
path: root/data/ui
diff options
context:
space:
mode:
authorAutomeris naranja <104251-automerisnaranja@users.noreply.gitlab.gnome.org>2023-02-12 15:26:02 -0300
committerMarcus Lundblad <ml@dfupdate.se>2023-02-18 11:34:05 +0000
commitb1a098641e75ace2b0a5a1d37b707aadfadd8e11 (patch)
treefd5ec04daf3a892b8d9864679ee78176684806ee /data/ui
parentbbd789cec691cddcaf8d6eb2fac71edc36674470 (diff)
downloadgnome-maps-b1a098641e75ace2b0a5a1d37b707aadfadd8e11.tar.gz
general: Add ellipsis and header capitalization to menu items
Acc. HIG, actions that need further user input need to have ellipsis. Also, menu items need to have header capitalization. https://developer.gnome.org/hig/guidelines/writing-style.html
Diffstat (limited to 'data/ui')
-rw-r--r--data/ui/context-menu.ui12
-rw-r--r--data/ui/main-window.ui4
2 files changed, 8 insertions, 8 deletions
diff --git a/data/ui/context-menu.ui b/data/ui/context-menu.ui
index 2904df1b..6e9acf1b 100644
--- a/data/ui/context-menu.ui
+++ b/data/ui/context-menu.ui
@@ -3,29 +3,29 @@
<menu id="context-menu">
<section>
<item>
- <attribute name="label" translatable="yes">Route from here</attribute>
+ <attribute name="label" translatable="yes">Route from Here</attribute>
<attribute name="action">view.route-from-here</attribute>
</item>
<item>
- <attribute name="label" translatable="yes">Add intermediate destination</attribute>
+ <attribute name="label" translatable="yes">Add Intermediate Destination</attribute>
<attribute name="action">view.add-intermediate-destination</attribute>
</item>
<item>
- <attribute name="label" translatable="yes">Route to here</attribute>
+ <attribute name="label" translatable="yes">Route to Here</attribute>
<attribute name="action">view.route-to-here</attribute>
</item>
</section>
<section>
<item>
- <attribute name="label" translatable="yes">What's here?</attribute>
+ <attribute name="label" translatable="yes">What's Here?</attribute>
<attribute name="action">view.whats-here</attribute>
</item>
<item>
- <attribute name="label" translatable="yes">Copy location</attribute>
+ <attribute name="label" translatable="yes">Copy Location</attribute>
<attribute name="action">view.copy-location</attribute>
</item>
<item>
- <attribute name="label" translatable="yes">Add to OpenStreetMap</attribute>
+ <attribute name="label" translatable="yes">Add to OpenStreetMap…</attribute>
<attribute name="action">view.add-osm-location</attribute>
</item>
</section>
diff --git a/data/ui/main-window.ui b/data/ui/main-window.ui
index c234b30b..2cd3a09b 100644
--- a/data/ui/main-window.ui
+++ b/data/ui/main-window.ui
@@ -5,11 +5,11 @@
<section>
<item>
<attribute name="action">app.osm-account-setup</attribute>
- <attribute name="label" translatable="yes">Set up OpenStreetMap Account</attribute>
+ <attribute name="label" translatable="yes">Set up OpenStreetMap Account…</attribute>
</item>
<item>
<attribute name="action">win.export-as-image</attribute>
- <attribute name="label" translatable="yes">Export as Image</attribute>
+ <attribute name="label" translatable="yes">Export as Image…</attribute>
</item>
</section>
<section>