[epiphany] shortcuts-dialog: Rename several shortcuts
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] shortcuts-dialog: Rename several shortcuts
- Date: Sat, 7 Mar 2020 20:34:27 +0000 (UTC)
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"><Primary>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"><Primary>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"><shift><Primary>G</property>
</object>
</child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]