From 78fda01dd5f7eb6701950b809ad2a85f64c6ae9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 12 May 2019 20:25:27 +0200 Subject: [PATCH] relay: improve message displayed when the relay is removed --- src/plugins/relay/relay-command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/relay/relay-command.c b/src/plugins/relay/relay-command.c index ed6f78114..eec2c11ca 100644 --- a/src/plugins/relay/relay-command.c +++ b/src/plugins/relay/relay-command.c @@ -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"),