[epiphany] shortcuts-dialog: Fix label for Show downloads list shortcut



commit cdd76a977db25eb4227233ced532755ddee39822
Author: vanadiae <vanadiae35 gmail com>
Date:   Thu Dec 30 22:16:54 2021 +0100

    shortcuts-dialog: Fix label for Show downloads list shortcut
    
    It is a copy-pasta mistake, so it's confusing as it makes it look
    like the "Show bookmarks list" shortcut is broken, which isn't the
    case as the shortcut for that one is Ctrl+Alt+D, and is one the second
    page of the shortcuts window.
    
    Fixes #1672
    
    Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1054>

 src/resources/gtk/shortcuts-dialog.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/resources/gtk/shortcuts-dialog.ui b/src/resources/gtk/shortcuts-dialog.ui
index dc6cb1bf1..a55a00cd1 100644
--- a/src/resources/gtk/shortcuts-dialog.ui
+++ b/src/resources/gtk/shortcuts-dialog.ui
@@ -79,7 +79,7 @@
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">True</property>
-                <property name="title" translatable="yes" context="shortcut window">Show bookmarks 
list</property>
+                <property name="title" translatable="yes" context="shortcut window">Show downloads 
list</property>
                 <property name="accelerator">&lt;shift&gt;&lt;Primary&gt;Y</property>
               </object>
             </child>


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