[eog] FullscreenToolbar: Fix tooltips for 100% and fitting zoom buttons



commit 0b846e40f00bd3795ffccb60c0e959aff64ba9f0
Author: Felix Riemann <friemann gnome org>
Date:   Tue May 7 21:29:11 2019 +0200

    FullscreenToolbar: Fix tooltips for 100% and fitting zoom buttons
    
    These had the same string as the zoom out button. Replace with
    the actual strings used in 3.14 as was originally intended.
    Fixes #54.

 data/fullscreen-toolbar.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/fullscreen-toolbar.ui b/data/fullscreen-toolbar.ui
index b16c00da..b4b48739 100644
--- a/data/fullscreen-toolbar.ui
+++ b/data/fullscreen-toolbar.ui
@@ -110,7 +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="tooltip_text" translatable="yes">Show the image at its normal size</property>
         <property name="action_name">win.zoom-normal</property>
         <property name="label" translatable="yes">_Normal Size</property>
         <property name="use_underline">True</property>
@@ -125,7 +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="tooltip_text" translatable="yes">Fit the image to the window</property>
         <property name="action_name">win.toggle-zoom-fit</property>
         <property name="label" translatable="yes">_Best Fit</property>
         <property name="use_underline">True</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]