[Xfce4-commits] [apps/xfce4-terminal] 01/01: Fix buttons tooltips

noreply at xfce.org noreply at xfce.org
Tue Jun 6 17:22:47 CEST 2017


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

f   2   4   0   4       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/xfce4-terminal.

commit 5f52ac2337c488d100edaa4d9c0bcf88554f2bea
Author: Igor Zakharov <Igor.Zakharov at motorolasolutions.com>
Date:   Tue Jun 6 11:21:22 2017 -0400

    Fix buttons tooltips
---
 terminal/terminal-window.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/terminal/terminal-window.c b/terminal/terminal-window.c
index eb59a10..41c8d44 100644
--- a/terminal/terminal-window.c
+++ b/terminal/terminal-window.c
@@ -1954,13 +1954,13 @@ terminal_window_action_set_title (GtkAction      *action,
 
       button = gtk_button_new_from_icon_name ("help-browser", GTK_ICON_SIZE_BUTTON);
       gtk_button_set_relief (GTK_BUTTON (button), GTK_RELIEF_NONE);
-      gtk_widget_set_tooltip_text (button, _("Help"));
+      gtk_widget_set_tooltip_text (button, _("_Help"));
       g_signal_connect (G_OBJECT (button), "clicked", G_CALLBACK (title_popover_help), window);
       gtk_box_pack_start (GTK_BOX (box), button, TRUE, TRUE, 0);
 
       button = gtk_button_new_from_icon_name ("window-close-symbolic", GTK_ICON_SIZE_BUTTON);
       gtk_button_set_relief (GTK_BUTTON (button), GTK_RELIEF_NONE);
-      gtk_widget_set_tooltip_text (button, _("Close"));
+      gtk_widget_set_tooltip_text (button, _("_Close"));
       g_signal_connect (G_OBJECT (button), "clicked", G_CALLBACK (title_popover_close), window);
       gtk_box_pack_start (GTK_BOX (box), button, TRUE, TRUE, 0);
 

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


More information about the Xfce4-commits mailing list