summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Dywan <christian@twotoasts.de>2018-09-10 14:51:46 +0200
committerChristian Dywan <christian@twotoasts.de>2018-09-10 14:51:46 +0200
commit69f2836245e81507f5dcbdd21d5b18ca0366e2ae (patch)
treee446067bcb5f2a5daa20b6e3d3fa6ea3bcaf49b7
parent2e94e9866b42e2ccf7cd0fa7677b7ecb11de151f (diff)
downloadmidori-git-toolbar-button-tooltips.tar.gz
Add tooltips to toolbar buttonstoolbar-button-tooltips
-rw-r--r--ui/browser.ui3
-rw-r--r--ui/menus.ui4
-rw-r--r--ui/navigationbar.ui5
3 files changed, 10 insertions, 2 deletions
diff --git a/ui/browser.ui b/ui/browser.ui
index 4bf7c3dc..a9c9ddb9 100644
--- a/ui/browser.ui
+++ b/ui/browser.ui
@@ -59,6 +59,7 @@
<property name="focus-on-click">no</property>
<property name="valign">center</property>
<property name="action-name">win.fullscreen</property>
+ <property name="tooltip-text" translatable="yes">Toggle fullscreen view</property>
<property name="visible">yes</property>
<child>
<object class="GtkImage">
@@ -117,6 +118,7 @@
<property name="focus-on-click">no</property>
<property name="valign">center</property>
<property name="action-name">win.panel</property>
+ <property name="tooltip-text" translatable="yes">Sidepanel</property>
<child>
<object class="GtkImage">
<property name="icon-name">view-grid-symbolic</property>
@@ -133,6 +135,7 @@
<property name="focus-on-click">no</property>
<property name="valign">center</property>
<property name="action-name">win.tab-new</property>
+ <property name="tooltip-text" translatable="yes">Open a new tab</property>
<property name="visible">yes</property>
<child>
<object class="GtkImage">
diff --git a/ui/menus.ui b/ui/menus.ui
index 0f648ea0..f96b0431 100644
--- a/ui/menus.ui
+++ b/ui/menus.ui
@@ -34,7 +34,7 @@
<item>
<attribute name="action">win.clear-private-data</attribute>
<attribute name="hidden-when">action-disabled</attribute>
- <attribute name="label" translatable="yes">_Clear Private Data</attribute>
+ <attribute name="label" translatable="yes">_Clear private data</attribute>
<attribute name="accel">&lt;Primary&gt;&lt;Shift&gt;Delete</attribute>
</item>
</section>
@@ -48,7 +48,7 @@
</item>
<item>
<attribute name="action">win.print</attribute>
- <attribute name="label" translatable="yes">_Print...</attribute>
+ <attribute name="label" translatable="yes">_Print…</attribute>
<attribute name="accel">&lt;Primary&gt;p</attribute>
</item>
</section>
diff --git a/ui/navigationbar.ui b/ui/navigationbar.ui
index b9de5e64..9f69987c 100644
--- a/ui/navigationbar.ui
+++ b/ui/navigationbar.ui
@@ -11,6 +11,7 @@
<object class="GtkButton" id="go_back">
<property name="focus-on-click">no</property>
<property name="action-name">win.go-back</property>
+ <property name="tooltip-text" translatable="yes">Go back to the previous page</property>
<property name="visible">yes</property>
<child>
<object class="GtkImage">
@@ -24,6 +25,7 @@
<object class="GtkButton" id="go_forward">
<property name="focus-on-click">no</property>
<property name="action-name">win.go-forward</property>
+ <property name="tooltip-text" translatable="yes">Go forward to the next page</property>
<property name="visible">yes</property>
<child>
<object class="GtkImage">
@@ -39,6 +41,7 @@
<object class="GtkButton" id="reload">
<property name="focus-on-click">no</property>
<property name="action-name">win.tab-reload</property>
+ <property name="tooltip-text" translatable="yes">Reload the current page</property>
<property name="visible">yes</property>
<child>
<object class="GtkImage">
@@ -52,6 +55,7 @@
<object class="GtkButton" id="stop_loading">
<property name="focus-on-click">no</property>
<property name="action-name">win.tab-stop-loading</property>
+ <property name="tooltip-text" translatable="yes">Stop loading the current page</property>
<property name="visible">yes</property>
<child>
<object class="GtkImage">
@@ -75,6 +79,7 @@
<property name="focus-on-click">no</property>
<property name="valign">center</property>
<property name="action-name">win.fullscreen</property>
+ <property name="tooltip-text" translatable="yes">Toggle fullscreen view</property>
<child>
<object class="GtkImage">
<property name="icon-name">view-restore-symbolic</property>