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

irc: use upper case for SASL in messages displayed

This commit is contained in:
Sébastien Helleu
2016-02-11 07:30:24 +01:00
parent ca835a6d26
commit 94ef33022d
14 changed files with 62 additions and 62 deletions
+1 -1
View File
@@ -427,7 +427,7 @@ IRC_PROTOCOL_CALLBACK(cap)
{
weechat_printf (
server->buffer,
_("%s%s: client capability: sasl not supported"),
_("%s%s: client capability: SASL not supported"),
weechat_prefix ("network"), IRC_PLUGIN_NAME);
}
}