[Xfce4-commits] [apps/xfce4-terminal] 01/02: Fix error message

noreply at xfce.org noreply at xfce.org
Tue Jun 6 20:52:44 CEST 2017


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 1479e001fc674d4e65aec14b7c6b2f2e175c1481
Author: Igor <f2404 at yandex.ru>
Date:   Tue Jun 6 14:50:05 2017 -0400

    Fix error message
---
 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 600c2b8..2dc63c5 100644
--- a/terminal/terminal-options.c
+++ b/terminal/terminal-options.c
@@ -327,8 +327,8 @@ terminal_window_attr_parse (gint              argc,
           else
             {
               g_set_error (error, G_SHELL_ERROR, G_SHELL_ERROR_FAILED,
-                           _("Invalid argument for option \"--dynamic-title\": "
-                             "%s"), s);
+                           _("Invalid argument for option \"--dynamic-title-mode\": %s"),
+                           s);
               goto failed;
             }
         }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list