summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorFelix Riemann <friemann@gnome.org>2015-02-04 20:55:27 +0100
committerFelix Riemann <friemann@gnome.org>2015-02-04 21:39:34 +0100
commit0492b8b90a5752b49ad6852209b8620025f05f4c (patch)
tree410f280fa7e5ae26b6d59c7e44b91caa62af4209 /data
parent4b1451c8a6f3a708f250eea43533cbb9341c7f01 (diff)
downloadeog-0492b8b90a5752b49ad6852209b8620025f05f4c.tar.gz
EogWindow: Restore tooltips in fullscreen toolbar
Reuse tooltip text from eog-3.14. https://bugzilla.gnome.org/show_bug.cgi?id=743887
Diffstat (limited to 'data')
-rw-r--r--data/fullscreen-toolbar.ui12
1 files changed, 12 insertions, 0 deletions
diff --git a/data/fullscreen-toolbar.ui b/data/fullscreen-toolbar.ui
index 170f68c7..1d851b7e 100644
--- a/data/fullscreen-toolbar.ui
+++ b/data/fullscreen-toolbar.ui
@@ -10,6 +10,7 @@
<object class="GtkToolButton" id="first_button">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="tooltip_text" translatable="yes">Go to the first image of the gallery</property>
<property name="action_name">win.go-first</property>
<property name="label" translatable="yes">_First Image</property>
<property name="use_underline">True</property>
@@ -24,6 +25,7 @@
<object class="GtkToolButton" id="prev_button">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="tooltip_text" translatable="yes">Go to the previous image of the gallery</property>
<property name="action_name">win.go-previous</property>
<property name="label" translatable="yes">_Previous Image</property>
<property name="use_underline">True</property>
@@ -38,6 +40,7 @@
<object class="GtkToolButton" id="next_button">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="tooltip_text" translatable="yes">Go to the next image of the gallery</property>
<property name="action_name">win.go-next</property>
<property name="label" translatable="yes">_Next Image</property>
<property name="use_underline">True</property>
@@ -52,6 +55,7 @@
<object class="GtkToolButton" id="last_button">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="tooltip_text" translatable="yes">Go to the last image of the gallery</property>
<property name="action_name">win.go-last</property>
<property name="label" translatable="yes">_Last Image</property>
<property name="use_underline">True</property>
@@ -76,6 +80,7 @@
<object class="GtkToolButton" id="zoom_in_button">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="tooltip_text" translatable="yes">Enlarge the image</property>
<property name="action_name">win.zoom-in</property>
<property name="label" translatable="yes">_Zoom In</property>
<property name="use_underline">True</property>
@@ -90,6 +95,7 @@
<object class="GtkToolButton" id="zoom_out_button">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="tooltip_text" translatable="yes">Shrink the image</property>
<property name="action_name">win.zoom-out</property>
<property name="label" translatable="yes">Zoom _Out</property>
<property name="use_underline">True</property>
@@ -104,6 +110,7 @@
<object class="GtkToolButton" id="zoom_normal_button">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="tooltip_text" translatable="yes">Shrink the image</property>
<property name="action_name">win.zoom-normal</property>
<property name="label" translatable="yes">_Normal Size</property>
<property name="use_underline">True</property>
@@ -118,6 +125,7 @@
<object class="GtkToggleToolButton" id="zoom_fit_toggle">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="tooltip_text" translatable="yes">Shrink the image</property>
<property name="action_name">win.toggle-zoom-fit</property>
<property name="label" translatable="yes">_Best Fit</property>
<property name="use_underline">True</property>
@@ -142,6 +150,7 @@
<object class="GtkToolButton" id="rotate_left_button">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="tooltip_text" translatable="yes">Rotate the image 90 degrees to the left</property>
<property name="action_name">win.rotate-270</property>
<property name="label" translatable="yes">Rotate Counter_clockwise</property>
<property name="use_underline">True</property>
@@ -156,6 +165,7 @@
<object class="GtkToolButton" id="rotate_right_button">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="tooltip_text" translatable="yes">Rotate the image 90 degrees to the right</property>
<property name="action_name">win.rotate-90</property>
<property name="label" translatable="yes">_Rotate Clockwise</property>
<property name="use_underline">True</property>
@@ -180,6 +190,7 @@
<object class="GtkToggleToolButton" id="gallery_toggle">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="tooltip_text" translatable="yes">Changes the visibility of the image gallery pane in the current window</property>
<property name="action_name">win.view-gallery</property>
<property name="label" translatable="yes">_Image Gallery</property>
<property name="use_underline">True</property>
@@ -204,6 +215,7 @@
<object class="GtkToggleToolButton" id="pause_toggle">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="tooltip_text" translatable="yes">Pause or resume the slideshow</property>
<property name="action_name">win.pause-slideshow</property>
<property name="label" translatable="yes">_Best Fit</property>
<property name="use_underline">True</property>