summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsunflowerskater <sunflowerskater@tutanota.com>2023-02-11 22:47:37 -0300
committerAutomeris naranja <104251-automerisnaranja@users.noreply.gitlab.gnome.org>2023-02-11 23:24:43 -0300
commit444735769f656d2820f4a0b8d10215c6a8a87297 (patch)
tree8b1cee4b9a3f8c11fdaf0a831f44b115ae458d8d
parent0ce2ac28d9683e6fd4f3ac76b7ff21e9d5cc66d5 (diff)
downloadbaobab-444735769f656d2820f4a0b8d10215c6a8a87297.tar.gz
general: Apply header capitalization to some strings
HIG advises to use header capitalization in tooltip texts and menu items. - https://developer.gnome.org/hig/patterns/feedback/tooltips.html - https://developer.gnome.org/hig/guidelines/writing-style.html
-rw-r--r--data/gtk/menus.ui6
-rw-r--r--data/ui/baobab-main-window.ui2
2 files changed, 4 insertions, 4 deletions
diff --git a/data/gtk/menus.ui b/data/gtk/menus.ui
index e0b5056..06af7ca 100644
--- a/data/gtk/menus.ui
+++ b/data/gtk/menus.ui
@@ -18,17 +18,17 @@
</section>
<section>
<item>
- <attribute name="label" translatable="yes">Go to _parent folder</attribute>
+ <attribute name="label" translatable="yes">Go to _Parent Folder</attribute>
<attribute name="action">chart.move-up</attribute>
</item>
</section>
<section>
<item>
- <attribute name="label" translatable="yes">Zoom _in</attribute>
+ <attribute name="label" translatable="yes">Zoom _In</attribute>
<attribute name="action">chart.zoom-in</attribute>
</item>
<item>
- <attribute name="label" translatable="yes">Zoom _out</attribute>
+ <attribute name="label" translatable="yes">Zoom _Out</attribute>
<attribute name="action">chart.zoom-out</attribute>
</item>
</section>
diff --git a/data/ui/baobab-main-window.ui b/data/ui/baobab-main-window.ui
index cf0dfd8..c24b471 100644
--- a/data/ui/baobab-main-window.ui
+++ b/data/ui/baobab-main-window.ui
@@ -61,7 +61,7 @@
<property name="valign">center</property>
<property name="action_name">win.reload</property>
<property name="icon_name">view-refresh-symbolic</property>
- <property name="tooltip_text" translatable="yes">Rescan current location</property>
+ <property name="tooltip_text" translatable="yes">Rescan Current Location</property>
</object>
</child>
</object>