Skip to content

Commit 1f48a27

Browse files
authoredNov 10, 2021
search: Update tooltip text (#2810)
Fixes #2809
1 parent 287075b commit 1f48a27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/nemo-window-menus.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1494,7 +1494,7 @@ static const GtkToggleActionEntry main_toggle_entries[] = {
14941494
/* is_active */ TRUE },
14951495
/* name, stock id */ { "Search", "edit-find-symbolic",
14961496
/* label, accelerator */ N_("_Search for Files..."), "<control>f",
1497-
/* tooltip */ N_("Search documents and folders by name"),
1497+
/* tooltip */ N_("Search documents and folders"),
14981498
NULL,
14991499
/* is_active */ FALSE },
15001500
/* name, stock id */ { NEMO_ACTION_SHOW_HIDE_EXTRA_PANE, NULL,
@@ -1704,7 +1704,7 @@ nemo_window_create_toolbar_action_group (NemoWindow *window)
17041704
g_object_unref (action);
17051705

17061706
action = GTK_ACTION (gtk_toggle_action_new (NEMO_ACTION_SEARCH,
1707-
_("Search"),_("Search documents and folders by name"),
1707+
_("Search"),_("Search documents and folders"),
17081708
NULL));
17091709

17101710
gtk_action_group_add_action (action_group, action);

0 commit comments

Comments
 (0)
Please sign in to comment.