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

irc, relay: replace "cancelled" by "canceled" in auto-reconnection message

This commit is contained in:
Sébastien Helleu
2026-03-12 20:20:01 +01:00
parent b82ce33c6c
commit f5bbe35cfb
16 changed files with 67 additions and 73 deletions
+1 -1
View File
@@ -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;