mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 06:46:38 +02:00
irc, relay: replace "cancelled" by "canceled" in auto-reconnection message
This commit is contained in:
@@ -2468,7 +2468,7 @@ irc_command_disconnect_one_server (struct t_irc_server *server,
|
||||
{
|
||||
weechat_printf (
|
||||
server->buffer,
|
||||
_("%s: auto-reconnection is cancelled"),
|
||||
_("%s: auto-reconnection is canceled"),
|
||||
IRC_PLUGIN_NAME);
|
||||
}
|
||||
irc_command_quit_server (server, reason);
|
||||
|
||||
@@ -760,7 +760,7 @@ relay_command_remote (const void *pointer, void *data,
|
||||
ptr_remote->reconnect_delay = 0;
|
||||
ptr_remote->reconnect_start = 0;
|
||||
weechat_printf (NULL,
|
||||
_("remote[%s]: auto-reconnection is cancelled"),
|
||||
_("remote[%s]: auto-reconnection is canceled"),
|
||||
ptr_remote->name);
|
||||
}
|
||||
return WEECHAT_RC_OK;
|
||||
|
||||
Reference in New Issue
Block a user