diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-21 16:32:34 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-21 16:32:34 +0100 |
commit | 384731849702336b63fc3a3a456875bed4ea90f1 (patch) | |
tree | 7709ffda366a024c4c0005982cd12d77179be541 /src/plugins | |
parent | f907ea17d51d0446987970ab42b225054c99b12c (diff) | |
download | weechat-384731849702336b63fc3a3a456875bed4ea90f1.zip |
core: update translations
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/trigger/trigger-command.c | 16 | ||||
-rw-r--r-- | src/plugins/trigger/trigger-config.c | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/src/plugins/trigger/trigger-command.c b/src/plugins/trigger/trigger-command.c index 15e333446..38dd78d3a 100644 --- a/src/plugins/trigger/trigger-command.c +++ b/src/plugins/trigger/trigger-command.c @@ -910,12 +910,12 @@ trigger_command_init () " signal: name(s) of signal (required)\n" " hsignal: name(s) of hsignal (required)\n" " modifier: name(s) of modifier (required)\n" - " print: buffer, tags, message, strip_colors\n" - " command: command (required), description, arguents, " + " print: buffer, tags, message, strip colors\n" + " command: command (required), description, arguments, " "description of arguments, completion\n" " command_run: command (required)\n" - " timer: interval (required), align_second (required), " - "max_calls (required)\n" + " timer: interval (required), align on second (required), " + "max calls (required)\n" " config: name of option (required)\n" " focus: name(s) of area (required)\n" " conditions: evaluated conditions for the trigger\n" @@ -927,12 +927,12 @@ trigger_command_init () " addinput: set input with default arguments to create a trigger\n" " input: set input with the command used to create the trigger\n" " output: send the command to create the trigger on the buffer\n" - " recreate: same as input, with option \"addreplace\" instead of " - "\"add\"\n" + " recreate: same as \"input\", with option \"addreplace\" instead " + "of \"add\"\n" " set: set an option in a trigger\n" " option: name of option: name, hook, arguments, conditions, " "regex, command, return_code\n" - " (for help on option, you can do /help " + " (for help on option, you can type: /help " "trigger.trigger.<name>.<option>)\n" " value: new value for the option\n" " rename: rename a trigger\n" @@ -956,7 +956,7 @@ trigger_command_init () " 2. replace text using POSIX extended regular expression(s) (if " "defined in trigger)\n" " 3. execute command(s) (if defined in trigger)\n" - " 4. exit with a return code (except for modifiers)\n" + " 4. exit with a return code (except for modifiers and focus)\n" "\n" "Examples (you can also look at default triggers with /trigger " "listdefault):\n" diff --git a/src/plugins/trigger/trigger-config.c b/src/plugins/trigger/trigger-config.c index a9cfe7e09..118f96283 100644 --- a/src/plugins/trigger/trigger-config.c +++ b/src/plugins/trigger/trigger-config.c @@ -308,7 +308,7 @@ trigger_config_create_trigger_option (const char *trigger_name, int index_option trigger_config_file, trigger_config_section_trigger, option_name, "integer", N_("return code for hook callback (see plugin API reference to " - "know where ok_eat or error can be used efficiently)"), + "know where ok_eat/error can be used efficiently)"), "ok|ok_eat|error", 0, 0, value, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL); break; |