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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user