summaryrefslogtreecommitdiff
path: root/src/plugins/trigger/trigger.c
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2016-01-05 07:53:38 +0100
committerSébastien Helleu <flashcode@flashtux.org>2016-01-05 07:53:38 +0100
commitfe0c9dbc93815ee380ffe4461aa913269f8bc0b3 (patch)
treefe661519c3838ef8768578d3197e772b1c4e4b6f /src/plugins/trigger/trigger.c
parent7a55d8aa290ff069955834e8844dab9fe02ade8b (diff)
downloadweechat-fe0c9dbc93815ee380ffe4461aa913269f8bc0b3.zip
trigger: add info in error messages
Diffstat (limited to 'src/plugins/trigger/trigger.c')
-rw-r--r--src/plugins/trigger/trigger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/trigger/trigger.c b/src/plugins/trigger/trigger.c
index 62d91a545..0c4f121d0 100644
--- a/src/plugins/trigger/trigger.c
+++ b/src/plugins/trigger/trigger.c
@@ -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);