[gnome-terminal] menubar: Change the Find entry back to Search
- From: Egmont Koblinger <egmontkob src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-terminal] menubar: Change the Find entry back to Search
- Date: Mon, 29 Jan 2018 22:25:57 +0000 (UTC)
commit 15f4020e85285103bc573f3d2c08c3399e1ebf16
Author: Egmont Koblinger <egmont gmail com>
Date: Mon Jan 29 23:25:05 2018 +0100
menubar: Change the Find entry back to Search
https://bugzilla.gnome.org/show_bug.cgi?id=792912
src/terminal-accels.c | 4 ++--
src/terminal-menubar.ui | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/terminal-accels.c b/src/terminal-accels.c
index 1ea02ce..23db404 100644
--- a/src/terminal-accels.c
+++ b/src/terminal-accels.c
@@ -148,7 +148,7 @@ static KeyEntry edit_entries[] = {
ENTRY (N_("Profile Preferences"), KEY_PROFILE_PREFERENCES, "edit-profile", NULL, NULL ),
};
-static KeyEntry find_entries[] = {
+static KeyEntry search_entries[] = {
ENTRY (N_("Find"), KEY_FIND, "find", NULL, NULL),
ENTRY (N_("Find Next"), KEY_FIND_NEXT, "find-forward", NULL, NULL),
ENTRY (N_("Find Previous"), KEY_FIND_PREV, "find-backward", NULL, NULL),
@@ -226,7 +226,7 @@ static KeyEntryList all_entries[] =
{ file_entries, G_N_ELEMENTS (file_entries), N_("File") },
{ edit_entries, G_N_ELEMENTS (edit_entries), N_("Edit") },
{ view_entries, G_N_ELEMENTS (view_entries), N_("View") },
- { find_entries, G_N_ELEMENTS (find_entries), N_("Find") },
+ { search_entries, G_N_ELEMENTS (search_entries), N_("Search") },
{ terminal_entries, G_N_ELEMENTS (terminal_entries), N_("Terminal") },
{ tabs_entries, G_N_ELEMENTS (tabs_entries), N_("Tabs") },
{ help_entries, G_N_ELEMENTS (help_entries), N_("Help") }
diff --git a/src/terminal-menubar.ui b/src/terminal-menubar.ui
index eb96cc9..57d1f3d 100644
--- a/src/terminal-menubar.ui
+++ b/src/terminal-menubar.ui
@@ -123,7 +123,7 @@
</section>
</submenu>
<submenu>
- <attribute name="label" translatable="yes">_Find</attribute>
+ <attribute name="label" translatable="yes">_Search</attribute>
<section>
<item>
<attribute name="label" translatable="yes">_Find…</attribute>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]