1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 15:26:37 +02:00

trigger: add info in error messages

This commit is contained in:
Sébastien Helleu
2016-01-05 07:53:38 +01:00
parent 7a55d8aa29
commit fe0c9dbc93
14 changed files with 106 additions and 176 deletions
+1 -1
View File
@@ -848,7 +848,7 @@ trigger_new_with_options (const char *name, struct t_config_option **options)
&new_trigger->regex) < 0)
{
weechat_printf (NULL,
_("%s%s: invalid regular expression in trigger "
_("%s%s: invalid regular expression in trigger: "
"\"%s\""),
weechat_prefix ("error"), TRIGGER_PLUGIN_NAME,
name);