Sophie

Sophie

distrib > Mageia > cauldron > x86_64 > media > core-release-src > by-pkgid > 39559e9741564b302b9834c0dafd5c9d > files > 3

xfce4-terminal-1.1.3-2.mga10.src.rpm

From 3cd6ab712800b91fe8e9e830d6f02b3a2bdb46f4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jani=20V=C3=A4limaa?= <wally@mageia.org>
Date: Sun, 12 Jul 2020 10:36:37 +0300
Subject: [PATCH] Improve debugging messages

---
 terminal/terminal-options.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/terminal/terminal-options.c b/terminal/terminal-options.c
index 6ab09adf..258a285d 100644
--- a/terminal/terminal-options.c
+++ b/terminal/terminal-options.c
@@ -353,7 +353,7 @@ terminal_window_attr_parse (gint              argc,
           else if (!gdk_rgba_parse (&color, s))
             {
               g_set_error (error, G_SHELL_ERROR, G_SHELL_ERROR_FAILED,
-                           _("Unable to parse color: %s"), s);
+                           _("Unable to parse text color: %s"), s);
               goto failed;
             }
           g_free (tab_attr->color_text);
@@ -372,7 +372,7 @@ terminal_window_attr_parse (gint              argc,
           else if (!gdk_rgba_parse (&color, s))
             {
               g_set_error (error, G_SHELL_ERROR, G_SHELL_ERROR_FAILED,
-                           _("Unable to parse color: %s"), s);
+                           _("Unable to parse background color: %s"), s);
               goto failed;
             }
           g_free (tab_attr->color_bg);
-- 
2.27.0