1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 01:03:14 +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);
}
}
+1 -1
View File
@@ -2916,7 +2916,7 @@ irc_server_timer_sasl_cb (void *data, int remaining_calls)
if (!server->is_connected)
{
weechat_printf (server->buffer,
_("%s%s: sasl authentication timeout"),
_("%s%s: SASL authentication timeout"),
weechat_prefix ("error"), IRC_PLUGIN_NAME);
sasl_fail = IRC_SERVER_OPTION_INTEGER(server,
IRC_SERVER_OPTION_SASL_FAIL);