[Xfce4-commits] [apps/xfce4-terminal] 01/01: Fix name of the title color picker dialog
noreply at xfce.org
noreply at xfce.org
Mon May 28 02:05:37 CEST 2018
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 8232749006a9a4155922b65b23c5d417bb0a215c
Author: Igor <f2404 at 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.
More information about the Xfce4-commits
mailing list