1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 10:13:12 +02:00

core: update translations

This commit is contained in:
Sebastien Helleu
2014-02-21 16:32:34 +01:00
parent f907ea17d5
commit 3847318497
33 changed files with 9222 additions and 4105 deletions
+1 -1
View File
@@ -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;