[epiphany] shortcuts-dialog: Rename several shortcuts



commit 4bbd56bba995b1c52a3bf12618735de801ebf1e6
Author: Yetizone <andreii lisita gmail com>
Date:   Mon Feb 24 19:00:45 2020 +0200

    shortcuts-dialog: Rename several shortcuts
    
    - Rename the Ctrl+F shortcut to "Find"
    - Rename the Ctrl+G shortcut to "Next find result"
    - Rename the Shift+Ctrl+G shortcut to "Previous find result"
    
    See https://developer.gnome.org/hig/stable/search.html.en

 src/resources/gtk/shortcuts-dialog.ui | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/resources/gtk/shortcuts-dialog.ui b/src/resources/gtk/shortcuts-dialog.ui
index a7859dda2..915ddf345 100644
--- a/src/resources/gtk/shortcuts-dialog.ui
+++ b/src/resources/gtk/shortcuts-dialog.ui
@@ -371,21 +371,21 @@
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">True</property>
-                <property name="title" translatable="yes" context="shortcut window">Search</property>
+                <property name="title" translatable="yes" context="shortcut window">Find</property>
                 <property name="accelerator">&lt;Primary&gt;F</property>
               </object>
             </child>
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">True</property>
-                <property name="title" translatable="yes" context="shortcut window">Next search 
result</property>
+                <property name="title" translatable="yes" context="shortcut window">Next find 
result</property>
                 <property name="accelerator">&lt;Primary&gt;G</property>
               </object>
             </child>
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">True</property>
-                <property name="title" translatable="yes" context="shortcut window">Previous search 
result</property>
+                <property name="title" translatable="yes" context="shortcut window">Previous find 
result</property>
                 <property name="accelerator">&lt;shift&gt;&lt;Primary&gt;G</property>
               </object>
             </child>


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