mirror of
https://github.com/weechat/weechat.git
synced 2026-07-08 18:53:12 +02:00
core: fix and normalize error messages
This commit is contained in:
@@ -271,7 +271,7 @@ gui_filter_new_error (const char *name, const char *error)
|
||||
{
|
||||
gui_chat_printf_date_tags (
|
||||
NULL, 0, GUI_FILTER_TAG_NO_FILTER,
|
||||
_("%sError adding filter \"%s\": %s"),
|
||||
_("%sUnable to add filter \"%s\": %s"),
|
||||
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
|
||||
(name) ? name : "",
|
||||
error);
|
||||
|
||||
Reference in New Issue
Block a user