[eog] help-overlay: Fix label for swipe-left



commit 95c14a48e51b9e886c777c29d48f03532d7f0c7b
Author: Felix Riemann <friemann gnome org>
Date:   Thu Apr 16 19:39:41 2020 +0200

    help-overlay: Fix label for swipe-left
    
    It actually skips to the next and not the previous image.
    Fixes #121.

 data/help-overlay.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/help-overlay.ui b/data/help-overlay.ui
index 49943cb8..25022b50 100644
--- a/data/help-overlay.ui
+++ b/data/help-overlay.ui
@@ -153,7 +153,7 @@
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">1</property>
-                <property name="title" translatable="yes" context="shortcut window">Go to the previous image 
in the folder</property>
+                <property name="title" translatable="yes" context="shortcut window">Go to the next image in 
the folder</property>
                 <property name="shortcut-type">gesture-two-finger-swipe-left</property>
               </object>
             </child>


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