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 2f18c06f05079b945cae3fa3397776d07b4d32c0
Author: Igor <f2...@yandex.ru>
Date:   Mon Apr 16 10:29:27 2018 -0400

    Unify translation strings
---
 terminal/terminal-options.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/terminal/terminal-options.c b/terminal/terminal-options.c
index b3dd63f..4d9adf7 100644
--- a/terminal/terminal-options.c
+++ b/terminal/terminal-options.c
@@ -363,8 +363,8 @@ terminal_window_attr_parse (gint              argc,
           if (G_UNLIKELY (s == NULL))
             {
               g_set_error (error, G_SHELL_ERROR, G_SHELL_ERROR_FAILED,
-                           _("Option \"--color-text\" requires specifying "
-                             "the color as its parameter"));
+                           _("Option \"%s\" requires specifying "
+                             "the color as its parameter"), "--color-text");
               goto failed;
             }
           else if (!gdk_rgba_parse (&color, s))
@@ -382,8 +382,8 @@ terminal_window_attr_parse (gint              argc,
           if (G_UNLIKELY (s == NULL))
             {
               g_set_error (error, G_SHELL_ERROR, G_SHELL_ERROR_FAILED,
-                           _("Option \"--color-bg\" requires specifying "
-                             "the color as its parameter"));
+                           _("Option \"%s\" requires specifying "
+                             "the color as its parameter"), "--color-bg");
               goto failed;
             }
           else if (!gdk_rgba_parse (&color, s))

-- 
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