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 8232749006a9a4155922b65b23c5d417bb0a215c
Author: Igor <f2...@yandex.ru>
Date:   Sun May 27 20:05:29 2018 -0400

    Fix name of the title color picker dialog
---
 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 8207d85..e82204a 100644
--- a/terminal/terminal-window.c
+++ b/terminal/terminal-window.c
@@ -2209,7 +2209,7 @@ terminal_window_action_set_title_color (GtkAction      
*action,
 {
   GdkRGBA    color;
   gchar     *color_string;
-  GtkWidget *dialog = gtk_color_chooser_dialog_new (_("Choose tab label 
color"), GTK_WINDOW (window));
+  GtkWidget *dialog = gtk_color_chooser_dialog_new (_("Choose title color"), 
GTK_WINDOW (window));
   int        response = gtk_dialog_run (GTK_DIALOG (dialog));
 
   if (response == GTK_RESPONSE_OK)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to