[Xfce4-commits] [apps/xfce4-terminal] 01/01: Unify translation strings
noreply at xfce.org
noreply at xfce.org
Mon Apr 16 16:29:33 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 2f18c06f05079b945cae3fa3397776d07b4d32c0
Author: Igor <f2404 at 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.
More information about the Xfce4-commits
mailing list