summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
authorvanadiae <vanadiae35@gmail.com>2021-12-30 22:16:54 +0100
committerMarge Bot <marge-bot@gnome.org>2022-01-27 19:38:22 +0000
commitcdd76a977db25eb4227233ced532755ddee39822 (patch)
tree29528f7d1aaa9897798fdc68a8c46496dc577b95 /src/resources
parent08d5e21b8288ed4064a019e1d78802d18a00d60e (diff)
downloadepiphany-cdd76a977db25eb4227233ced532755ddee39822.tar.gz
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>
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/gtk/shortcuts-dialog.ui2
1 files changed, 1 insertions, 1 deletions
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>