[Xfce4-commits] [apps/xfce4-terminal] 01/01: Add missing translations for --help

noreply at xfce.org noreply at xfce.org
Fri May 25 20:09:24 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 c613fc9457dddca55ec47c6a6e97e41658ed1cfb
Author: Igor <f2404 at yandex.ru>
Date:   Fri May 25 14:09:14 2018 -0400

    Add missing translations for --help
---
 terminal/main.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/terminal/main.c b/terminal/main.c
index 4038a30..31f2552 100644
--- a/terminal/main.c
+++ b/terminal/main.c
@@ -120,7 +120,7 @@ usage (void)
            "  -x, --execute; -e, --command=%s; -T, --title=%s;\n"
            "  --dynamic-title-mode=%s ('replace', 'before', 'after', 'none');\n"
            "  --initial-title=%s; --working-directory=%s; -H, --hold;\n"
-           "  --active-tab; --color-text=color; --color-bg=color\n\n",
+           "  --active-tab; --color-text=%s; --color-bg=%s\n\n",
            _("Tab Options"),
            /* parameter of --command */
            _("command"),
@@ -131,7 +131,11 @@ usage (void)
            /* parameter of --initial-title */
            _("title"),
            /* parameter of --working-directory */
-           _("directory"));
+           _("directory"),
+           /* parameter of --color-text */
+           _("color"),
+           /* parameter of --color-bg */
+           _("color"));
 
   g_print ("%s:\n"
            "  --display=%s; --geometry=%s; --role=%s; --drop-down;\n"

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


More information about the Xfce4-commits mailing list