diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-11-15 07:25:17 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-11-15 07:25:17 +0100 |
commit | 338e05a2f45d7d6398d598837a0a635a7e987d44 (patch) | |
tree | 304535a38e0548a31ba584105626bf3b40af0346 /po/de.po | |
parent | 58a6b564e27dfd04bd9d5010d804e084efc141de (diff) | |
download | weechat-338e05a2f45d7d6398d598837a0a635a7e987d44.zip |
trigger: fix typo in /help trigger
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -19,8 +19,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2017-11-11 08:21+0100\n" -"PO-Revision-Date: 2017-11-11 08:49+0100\n" +"POT-Creation-Date: 2017-11-15 07:20+0100\n" +"PO-Revision-Date: 2017-11-15 07:22+0100\n" "Last-Translator: Nils Görs <weechatter@arcor.de>\n" "Language-Team: German <kde-i18n-de@kde.org>\n" "Language: de\n" @@ -13558,7 +13558,7 @@ msgid "" " conditions: evaluated conditions for the trigger\n" " regex: one or more regular expressions to replace strings in " "variables\n" -" command: command to execute (many commands can be separated by \";\"\n" +" command: command to execute (many commands can be separated by \";\")\n" "return_code: return code in callback (ok (default), ok_eat, error)\n" "post_action: action to take after execution (none (default), disable, " "delete)\n" @@ -13649,7 +13649,7 @@ msgstr "" " regex: einer oder mehrere reguläre Ausdrücke um Zeichenketten in " "Variablen zu ersetzen\n" " command: Befehl welcher ausgeführt werden soll (mehrere Befehle müssen " -"durch \";\" voneinander getrennt werden\n" +"durch \";\" voneinander getrennt werden)\n" "return_code: Rückgabewert für Callback (ok (standard), ok_eat, error)\n" "post_action: Aktion welche nach der Abarbeitung des Triggers ausgeführt " "werden soll (none (Standardwert), disable, delete)\n" |