diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-01 17:42:28 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-01 17:42:28 +0100 |
commit | 7a1798a7fb61edf85ee26b6cdb89e79b8b1281a3 (patch) | |
tree | 656aef9ab4068412ea301f57bdf2ac5bd0c4c933 /doc | |
parent | 44b8447ff073e983bcf91e70559b474c55744e2a (diff) | |
download | weechat-7a1798a7fb61edf85ee26b6cdb89e79b8b1281a3.zip |
trigger: fix typo in /help trigger
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/autogen/user/trigger_commands.txt | 2 | ||||
-rw-r--r-- | doc/en/autogen/user/trigger_commands.txt | 2 | ||||
-rw-r--r-- | doc/fr/autogen/user/trigger_commands.txt | 2 | ||||
-rw-r--r-- | doc/it/autogen/user/trigger_commands.txt | 2 | ||||
-rw-r--r-- | doc/ja/autogen/user/trigger_commands.txt | 2 | ||||
-rw-r--r-- | doc/pl/autogen/user/trigger_commands.txt | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/doc/de/autogen/user/trigger_commands.txt b/doc/de/autogen/user/trigger_commands.txt index 9c706aa7f..0bed466f7 100644 --- a/doc/de/autogen/user/trigger_commands.txt +++ b/doc/de/autogen/user/trigger_commands.txt @@ -31,7 +31,7 @@ listdefault: list default triggers command: command (required), description, arguments, description of arguments, completion command_run: command (required) timer: interval (required), align on second, max calls - config: name of option (required) + config: name(s) of option (required) focus: name(s) of area (required) conditions: evaluated conditions for the trigger regex: one or more regular expressions to replace strings in variables diff --git a/doc/en/autogen/user/trigger_commands.txt b/doc/en/autogen/user/trigger_commands.txt index 9c706aa7f..0bed466f7 100644 --- a/doc/en/autogen/user/trigger_commands.txt +++ b/doc/en/autogen/user/trigger_commands.txt @@ -31,7 +31,7 @@ listdefault: list default triggers command: command (required), description, arguments, description of arguments, completion command_run: command (required) timer: interval (required), align on second, max calls - config: name of option (required) + config: name(s) of option (required) focus: name(s) of area (required) conditions: evaluated conditions for the trigger regex: one or more regular expressions to replace strings in variables diff --git a/doc/fr/autogen/user/trigger_commands.txt b/doc/fr/autogen/user/trigger_commands.txt index b9f56bc2d..9f48be177 100644 --- a/doc/fr/autogen/user/trigger_commands.txt +++ b/doc/fr/autogen/user/trigger_commands.txt @@ -31,7 +31,7 @@ listdefault: lister les triggers par défaut command: commande (obligatoire), description, paramètres, description des paramètres, complétion command_run: commande (obligatoire) timer: intervalle (obligatoire), alignement sur la seconde, nombre max d'appels - config: nom de l'option (obligatoire) + config: nom(s) de l'option (obligatoire) focus: nom(s) de la zone (obligatoire) conditions: conditions évaluées pour le trigger regex: une ou plusieurs expressions régulières pour remplacer des chaînes dans les variables diff --git a/doc/it/autogen/user/trigger_commands.txt b/doc/it/autogen/user/trigger_commands.txt index 9c706aa7f..0bed466f7 100644 --- a/doc/it/autogen/user/trigger_commands.txt +++ b/doc/it/autogen/user/trigger_commands.txt @@ -31,7 +31,7 @@ listdefault: list default triggers command: command (required), description, arguments, description of arguments, completion command_run: command (required) timer: interval (required), align on second, max calls - config: name of option (required) + config: name(s) of option (required) focus: name(s) of area (required) conditions: evaluated conditions for the trigger regex: one or more regular expressions to replace strings in variables diff --git a/doc/ja/autogen/user/trigger_commands.txt b/doc/ja/autogen/user/trigger_commands.txt index 9c706aa7f..0bed466f7 100644 --- a/doc/ja/autogen/user/trigger_commands.txt +++ b/doc/ja/autogen/user/trigger_commands.txt @@ -31,7 +31,7 @@ listdefault: list default triggers command: command (required), description, arguments, description of arguments, completion command_run: command (required) timer: interval (required), align on second, max calls - config: name of option (required) + config: name(s) of option (required) focus: name(s) of area (required) conditions: evaluated conditions for the trigger regex: one or more regular expressions to replace strings in variables diff --git a/doc/pl/autogen/user/trigger_commands.txt b/doc/pl/autogen/user/trigger_commands.txt index 9c706aa7f..0bed466f7 100644 --- a/doc/pl/autogen/user/trigger_commands.txt +++ b/doc/pl/autogen/user/trigger_commands.txt @@ -31,7 +31,7 @@ listdefault: list default triggers command: command (required), description, arguments, description of arguments, completion command_run: command (required) timer: interval (required), align on second, max calls - config: name of option (required) + config: name(s) of option (required) focus: name(s) of area (required) conditions: evaluated conditions for the trigger regex: one or more regular expressions to replace strings in variables |