File tree 1 file changed +2
-2
lines changed
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[] = {
1494
1494
/* is_active */ TRUE },
1495
1495
/* name, stock id */ { "Search" , "edit-find-symbolic" ,
1496
1496
/* label, accelerator */ N_ ("_Search for Files..." ), "<control>f" ,
1497
- /* tooltip */ N_ ("Search documents and folders by name " ),
1497
+ /* tooltip */ N_ ("Search documents and folders" ),
1498
1498
NULL ,
1499
1499
/* is_active */ FALSE },
1500
1500
/* name, stock id */ { NEMO_ACTION_SHOW_HIDE_EXTRA_PANE , NULL ,
@@ -1704,7 +1704,7 @@ nemo_window_create_toolbar_action_group (NemoWindow *window)
1704
1704
g_object_unref (action );
1705
1705
1706
1706
action = GTK_ACTION (gtk_toggle_action_new (NEMO_ACTION_SEARCH ,
1707
- _ ("Search" ),_ ("Search documents and folders by name " ),
1707
+ _ ("Search" ),_ ("Search documents and folders" ),
1708
1708
NULL ));
1709
1709
1710
1710
gtk_action_group_add_action (action_group , action );
You can’t perform that action at this time.
0 commit comments