1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 05:46:38 +02:00

relay: improve message displayed when the relay is removed

This commit is contained in:
Sébastien Helleu
2019-05-12 20:25:27 +02:00
parent 9d04bc5801
commit 78fda01dd5
+1 -1
View File
@@ -260,7 +260,7 @@ relay_command_relay (const void *pointer, void *data,
if (ptr_option)
weechat_config_option_free (ptr_option);
weechat_printf (NULL,
_("%s: relay \"%s\" (%s %s) removed"),
_("%s: relay \"%s\" (%s: %s) removed"),
RELAY_PLUGIN_NAME,
argv[2],
(ptr_server->unix_socket) ? _("path") : _("port"),