File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments