From 019181836828d90eebbb0122c7bf34449c9b6035 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 27 Jun 2014 22:04:56 +0200 Subject: [PATCH] core: remove extra spaces in /help set --- doc/de/autogen/user/weechat_commands.asciidoc | 2 +- doc/en/autogen/user/weechat_commands.asciidoc | 2 +- doc/it/autogen/user/weechat_commands.asciidoc | 2 +- doc/ja/autogen/user/weechat_commands.asciidoc | 2 +- doc/pl/autogen/user/weechat_commands.asciidoc | 2 +- po/cs.po | 7 +++---- po/de.po | 7 +++---- po/es.po | 7 +++---- po/fr.po | 9 ++++----- po/hu.po | 7 +++---- po/it.po | 7 +++---- po/ja.po | 7 +++---- po/pl.po | 7 +++---- po/pt_BR.po | 7 +++---- po/ru.po | 7 +++---- po/tr.po | 7 +++---- po/weechat.pot | 7 +++---- src/core/wee-command.c | 4 ++-- 18 files changed, 44 insertions(+), 56 deletions(-) diff --git a/doc/de/autogen/user/weechat_commands.asciidoc b/doc/de/autogen/user/weechat_commands.asciidoc index 5995b34e9..1e5863548 100644 --- a/doc/de/autogen/user/weechat_commands.asciidoc +++ b/doc/de/autogen/user/weechat_commands.asciidoc @@ -768,7 +768,7 @@ option: name of an option (wildcard "*" is allowed) integer: number, ++number or --number string: any string ("" for empty string) color: color name, ++number or --number - Note: for all types, you can use null to remove option value (undefined value). This works only for some special plugin variables. + Note: for all types, you can use null to remove option value (undefined value). This works only for some special plugin variables. diff: display only changed options env: display or set an environment variable (use value "" to unset a variable) diff --git a/doc/en/autogen/user/weechat_commands.asciidoc b/doc/en/autogen/user/weechat_commands.asciidoc index f0aff8e79..681d5b9c1 100644 --- a/doc/en/autogen/user/weechat_commands.asciidoc +++ b/doc/en/autogen/user/weechat_commands.asciidoc @@ -768,7 +768,7 @@ option: name of an option (wildcard "*" is allowed) integer: number, ++number or --number string: any string ("" for empty string) color: color name, ++number or --number - Note: for all types, you can use null to remove option value (undefined value). This works only for some special plugin variables. + Note: for all types, you can use null to remove option value (undefined value). This works only for some special plugin variables. diff: display only changed options env: display or set an environment variable (use value "" to unset a variable) diff --git a/doc/it/autogen/user/weechat_commands.asciidoc b/doc/it/autogen/user/weechat_commands.asciidoc index 5bff01774..f6c6f57c9 100644 --- a/doc/it/autogen/user/weechat_commands.asciidoc +++ b/doc/it/autogen/user/weechat_commands.asciidoc @@ -768,7 +768,7 @@ option: name of an option (wildcard "*" is allowed) integer: number, ++number or --number string: any string ("" for empty string) color: color name, ++number or --number - Note: for all types, you can use null to remove option value (undefined value). This works only for some special plugin variables. + Note: for all types, you can use null to remove option value (undefined value). This works only for some special plugin variables. diff: display only changed options env: display or set an environment variable (use value "" to unset a variable) diff --git a/doc/ja/autogen/user/weechat_commands.asciidoc b/doc/ja/autogen/user/weechat_commands.asciidoc index 18bbf706c..0fdd254f6 100644 --- a/doc/ja/autogen/user/weechat_commands.asciidoc +++ b/doc/ja/autogen/user/weechat_commands.asciidoc @@ -768,7 +768,7 @@ option: name of an option (wildcard "*" is allowed) integer: number, ++number or --number string: any string ("" for empty string) color: color name, ++number or --number - Note: for all types, you can use null to remove option value (undefined value). This works only for some special plugin variables. + Note: for all types, you can use null to remove option value (undefined value). This works only for some special plugin variables. diff: display only changed options env: display or set an environment variable (use value "" to unset a variable) diff --git a/doc/pl/autogen/user/weechat_commands.asciidoc b/doc/pl/autogen/user/weechat_commands.asciidoc index 71d04c8c7..5ceee631c 100644 --- a/doc/pl/autogen/user/weechat_commands.asciidoc +++ b/doc/pl/autogen/user/weechat_commands.asciidoc @@ -768,7 +768,7 @@ option: name of an option (wildcard "*" is allowed) integer: number, ++number or --number string: any string ("" for empty string) color: color name, ++number or --number - Note: for all types, you can use null to remove option value (undefined value). This works only for some special plugin variables. + Note: for all types, you can use null to remove option value (undefined value). This works only for some special plugin variables. diff: display only changed options env: display or set an environment variable (use value "" to unset a variable) diff --git a/po/cs.po b/po/cs.po index 6daf944b1..f3ceed031 100644 --- a/po/cs.po +++ b/po/cs.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-06-27 07:39+0200\n" +"POT-Creation-Date: 2014-06-27 21:59+0200\n" "PO-Revision-Date: 2014-06-19 07:45+0200\n" "Last-Translator: Jiri Golembiovsky \n" "Language-Team: weechat-dev \n" @@ -2198,9 +2198,8 @@ msgid "" " integer: number, ++number or --number\n" " string: any string (\"\" for empty string)\n" " color: color name, ++number or --number\n" -" Note: for all types, you can use null to remove option value " -"(undefined value). This works only for some special plugin " -"variables.\n" +" Note: for all types, you can use null to remove option value " +"(undefined value). This works only for some special plugin variables.\n" " diff: display only changed options\n" " env: display or set an environment variable (use value \"\" to unset a " "variable)\n" diff --git a/po/de.po b/po/de.po index 9e7efbd67..624e9973a 100644 --- a/po/de.po +++ b/po/de.po @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-06-27 07:39+0200\n" +"POT-Creation-Date: 2014-06-27 21:59+0200\n" "PO-Revision-Date: 2014-06-21 19:06+0200\n" "Last-Translator: Nils Görs \n" "Language-Team: German \n" @@ -2550,9 +2550,8 @@ msgid "" " integer: number, ++number or --number\n" " string: any string (\"\" for empty string)\n" " color: color name, ++number or --number\n" -" Note: for all types, you can use null to remove option value " -"(undefined value). This works only for some special plugin " -"variables.\n" +" Note: for all types, you can use null to remove option value " +"(undefined value). This works only for some special plugin variables.\n" " diff: display only changed options\n" " env: display or set an environment variable (use value \"\" to unset a " "variable)\n" diff --git a/po/es.po b/po/es.po index 1a38e7c75..83e87ef4d 100644 --- a/po/es.po +++ b/po/es.po @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-06-27 07:39+0200\n" +"POT-Creation-Date: 2014-06-27 21:59+0200\n" "PO-Revision-Date: 2014-06-19 07:45+0200\n" "Last-Translator: Elián Hanisch \n" "Language-Team: weechat-dev \n" @@ -2310,9 +2310,8 @@ msgid "" " integer: number, ++number or --number\n" " string: any string (\"\" for empty string)\n" " color: color name, ++number or --number\n" -" Note: for all types, you can use null to remove option value " -"(undefined value). This works only for some special plugin " -"variables.\n" +" Note: for all types, you can use null to remove option value " +"(undefined value). This works only for some special plugin variables.\n" " diff: display only changed options\n" " env: display or set an environment variable (use value \"\" to unset a " "variable)\n" diff --git a/po/fr.po b/po/fr.po index 848462aa2..84bcc43de 100644 --- a/po/fr.po +++ b/po/fr.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-06-27 07:39+0200\n" -"PO-Revision-Date: 2014-06-27 07:40+0200\n" +"POT-Creation-Date: 2014-06-27 21:59+0200\n" +"PO-Revision-Date: 2014-06-27 22:02+0200\n" "Last-Translator: Sébastien Helleu \n" "Language-Team: weechat-dev \n" "Language: fr\n" @@ -2498,9 +2498,8 @@ msgid "" " integer: number, ++number or --number\n" " string: any string (\"\" for empty string)\n" " color: color name, ++number or --number\n" -" Note: for all types, you can use null to remove option value " -"(undefined value). This works only for some special plugin " -"variables.\n" +" Note: for all types, you can use null to remove option value " +"(undefined value). This works only for some special plugin variables.\n" " diff: display only changed options\n" " env: display or set an environment variable (use value \"\" to unset a " "variable)\n" diff --git a/po/hu.po b/po/hu.po index ae65c33d4..0b6ff9270 100644 --- a/po/hu.po +++ b/po/hu.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-06-27 07:39+0200\n" +"POT-Creation-Date: 2014-06-27 21:59+0200\n" "PO-Revision-Date: 2014-04-05 16:12+0200\n" "Last-Translator: Andras Voroskoi \n" "Language-Team: weechat-dev \n" @@ -1943,9 +1943,8 @@ msgid "" " integer: number, ++number or --number\n" " string: any string (\"\" for empty string)\n" " color: color name, ++number or --number\n" -" Note: for all types, you can use null to remove option value " -"(undefined value). This works only for some special plugin " -"variables.\n" +" Note: for all types, you can use null to remove option value " +"(undefined value). This works only for some special plugin variables.\n" " diff: display only changed options\n" " env: display or set an environment variable (use value \"\" to unset a " "variable)\n" diff --git a/po/it.po b/po/it.po index 2f0836583..72f258834 100644 --- a/po/it.po +++ b/po/it.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-06-27 07:39+0200\n" +"POT-Creation-Date: 2014-06-27 21:59+0200\n" "PO-Revision-Date: 2014-06-19 07:46+0200\n" "Last-Translator: Esteban I. Ruiz Moreno \n" "Language-Team: weechat-dev \n" @@ -2395,9 +2395,8 @@ msgid "" " integer: number, ++number or --number\n" " string: any string (\"\" for empty string)\n" " color: color name, ++number or --number\n" -" Note: for all types, you can use null to remove option value " -"(undefined value). This works only for some special plugin " -"variables.\n" +" Note: for all types, you can use null to remove option value " +"(undefined value). This works only for some special plugin variables.\n" " diff: display only changed options\n" " env: display or set an environment variable (use value \"\" to unset a " "variable)\n" diff --git a/po/ja.po b/po/ja.po index 213cd8ce5..8d26d659d 100644 --- a/po/ja.po +++ b/po/ja.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-06-27 07:39+0200\n" +"POT-Creation-Date: 2014-06-27 21:59+0200\n" "PO-Revision-Date: 2014-06-19 07:46+0200\n" "Last-Translator: AYANOKOUZI, Ryuunosuke \n" "Language-Team: Japanese \n" @@ -2430,9 +2430,8 @@ msgid "" " integer: number, ++number or --number\n" " string: any string (\"\" for empty string)\n" " color: color name, ++number or --number\n" -" Note: for all types, you can use null to remove option value " -"(undefined value). This works only for some special plugin " -"variables.\n" +" Note: for all types, you can use null to remove option value " +"(undefined value). This works only for some special plugin variables.\n" " diff: display only changed options\n" " env: display or set an environment variable (use value \"\" to unset a " "variable)\n" diff --git a/po/pl.po b/po/pl.po index 90e992fba..55544ef6a 100644 --- a/po/pl.po +++ b/po/pl.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-06-27 07:39+0200\n" +"POT-Creation-Date: 2014-06-27 21:59+0200\n" "PO-Revision-Date: 2014-06-19 07:46+0200\n" "Last-Translator: Krzysztof Korościk \n" "Language-Team: weechat-dev \n" @@ -2470,9 +2470,8 @@ msgid "" " integer: number, ++number or --number\n" " string: any string (\"\" for empty string)\n" " color: color name, ++number or --number\n" -" Note: for all types, you can use null to remove option value " -"(undefined value). This works only for some special plugin " -"variables.\n" +" Note: for all types, you can use null to remove option value " +"(undefined value). This works only for some special plugin variables.\n" " diff: display only changed options\n" " env: display or set an environment variable (use value \"\" to unset a " "variable)\n" diff --git a/po/pt_BR.po b/po/pt_BR.po index 0ff708b39..e208412ce 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-06-27 07:39+0200\n" +"POT-Creation-Date: 2014-06-27 21:59+0200\n" "PO-Revision-Date: 2014-06-19 07:46+0200\n" "Last-Translator: Sergio Durigan Junior \n" "Language-Team: weechat-dev \n" @@ -2263,9 +2263,8 @@ msgid "" " integer: number, ++number or --number\n" " string: any string (\"\" for empty string)\n" " color: color name, ++number or --number\n" -" Note: for all types, you can use null to remove option value " -"(undefined value). This works only for some special plugin " -"variables.\n" +" Note: for all types, you can use null to remove option value " +"(undefined value). This works only for some special plugin variables.\n" " diff: display only changed options\n" " env: display or set an environment variable (use value \"\" to unset a " "variable)\n" diff --git a/po/ru.po b/po/ru.po index 932cac27b..19b99423e 100644 --- a/po/ru.po +++ b/po/ru.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-06-27 07:39+0200\n" +"POT-Creation-Date: 2014-06-27 21:59+0200\n" "PO-Revision-Date: 2014-04-05 16:12+0200\n" "Last-Translator: Aleksey V Zapparov AKA ixti \n" "Language-Team: weechat-dev \n" @@ -1966,9 +1966,8 @@ msgid "" " integer: number, ++number or --number\n" " string: any string (\"\" for empty string)\n" " color: color name, ++number or --number\n" -" Note: for all types, you can use null to remove option value " -"(undefined value). This works only for some special plugin " -"variables.\n" +" Note: for all types, you can use null to remove option value " +"(undefined value). This works only for some special plugin variables.\n" " diff: display only changed options\n" " env: display or set an environment variable (use value \"\" to unset a " "variable)\n" diff --git a/po/tr.po b/po/tr.po index 6bdbde106..9cba4b4ca 100644 --- a/po/tr.po +++ b/po/tr.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-06-27 07:39+0200\n" +"POT-Creation-Date: 2014-06-27 21:59+0200\n" "PO-Revision-Date: 2014-06-19 07:48+0200\n" "Last-Translator: Hasan Kiran \n" "Language-Team: weechat-dev \n" @@ -1762,9 +1762,8 @@ msgid "" " integer: number, ++number or --number\n" " string: any string (\"\" for empty string)\n" " color: color name, ++number or --number\n" -" Note: for all types, you can use null to remove option value " -"(undefined value). This works only for some special plugin " -"variables.\n" +" Note: for all types, you can use null to remove option value " +"(undefined value). This works only for some special plugin variables.\n" " diff: display only changed options\n" " env: display or set an environment variable (use value \"\" to unset a " "variable)\n" diff --git a/po/weechat.pot b/po/weechat.pot index 88077109f..51218472e 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.1-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-06-27 07:39+0200\n" +"POT-Creation-Date: 2014-06-27 21:59+0200\n" "PO-Revision-Date: 2013-02-14 18:20+0100\n" "Last-Translator: FULL NAME \n" "Language-Team: weechat-dev \n" @@ -1763,9 +1763,8 @@ msgid "" " integer: number, ++number or --number\n" " string: any string (\"\" for empty string)\n" " color: color name, ++number or --number\n" -" Note: for all types, you can use null to remove option value " -"(undefined value). This works only for some special plugin " -"variables.\n" +" Note: for all types, you can use null to remove option value " +"(undefined value). This works only for some special plugin variables.\n" " diff: display only changed options\n" " env: display or set an environment variable (use value \"\" to unset a " "variable)\n" diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 76f6a8e9f..a6926c582 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -7723,8 +7723,8 @@ command_init () " string: any string (\"\" for empty string)\n" " color: color name, ++number or --number\n" " Note: for all types, you can use null to remove option " - " value (undefined value). This works only for some special " - " plugin variables.\n" + "value (undefined value). This works only for some special plugin " + "variables.\n" " diff: display only changed options\n" " env: display or set an environment variable (use value \"\" to " "unset a variable)\n"