diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-05-13 21:43:11 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-05-13 21:43:11 +0200 |
commit | 9ed89beaa01c4d6bdea176fd1b939d57845c77c8 (patch) | |
tree | 15d36a3e614793800192214f5f237da601807996 /src/plugins/relay/relay-command.c | |
parent | 8121747e7bfdee6eeabcb4a3d799694e7fb29e5a (diff) | |
download | weechat-9ed89beaa01c4d6bdea176fd1b939d57845c77c8.zip |
core: update translations
Diffstat (limited to 'src/plugins/relay/relay-command.c')
-rw-r--r-- | src/plugins/relay/relay-command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/relay/relay-command.c b/src/plugins/relay/relay-command.c index cd1fc26d9..9ef5bb906 100644 --- a/src/plugins/relay/relay-command.c +++ b/src/plugins/relay/relay-command.c @@ -144,8 +144,8 @@ relay_command_server_list () weechat_printf ( NULL, _(" %s %s%s%s, relay: %s%s%s, %s (not started)"), - RELAY_COLOR_CHAT_BUFFER, (ptr_server->unix_socket) ? _("path") : _("port"), + RELAY_COLOR_CHAT_BUFFER, ptr_server->path, RELAY_COLOR_CHAT, RELAY_COLOR_CHAT_BUFFER, |