[Xfce4-commits] [apps/xfce4-terminal] 01/01: Add tooltip for the Find toolbar button

noreply at xfce.org noreply at xfce.org
Mon Jun 27 11:59:38 CEST 2016


This is an automated email from the git hooks/post-receive script.

f2404 pushed a commit to branch master
in repository apps/xfce4-terminal.

commit fc01d406d6769de77ec22738eba6c928ade58031
Author: Igor <f2404 at yandex.ru>
Date:   Mon Jun 27 12:59:19 2016 +0300

    Add tooltip for the Find toolbar button
---
 terminal/terminal-window.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/terminal/terminal-window.c b/terminal/terminal-window.c
index c5e6a70..1517e20 100644
--- a/terminal/terminal-window.c
+++ b/terminal/terminal-window.c
@@ -207,7 +207,7 @@ static const GtkActionEntry action_entries[] =
   { "view-menu", NULL, N_ ("_View"), NULL, NULL, NULL, },
   { "terminal-menu", NULL, N_ ("_Terminal"), NULL, NULL, NULL, },
     { "set-title", NULL, N_ ("_Set Title..."), NULL, NULL, G_CALLBACK (terminal_window_action_set_title), },
-    { "search", "edit-find", N_ ("_Find..."), "<control><shift>f", NULL, G_CALLBACK (terminal_window_action_search), },
+    { "search", "edit-find", N_ ("_Find..."), "<control><shift>f", N_ ("Search terminal contents"), G_CALLBACK (terminal_window_action_search), },
     { "search-next", NULL, N_ ("Find Ne_xt"), NULL, NULL, G_CALLBACK (terminal_window_action_search_next), },
     { "search-prev", NULL, N_ ("Find Pre_vious"), NULL, NULL, G_CALLBACK (terminal_window_action_search_prev), },
     { "reset", NULL, N_ ("_Reset"), NULL, NULL, G_CALLBACK (terminal_window_action_reset), },

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list