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

relay: translate connection status in output of commands /relay list and /relay listfull

This commit is contained in:
Sébastien Helleu
2024-07-13 10:33:06 +02:00
parent 2d534aed68
commit a957266279
+2 -2
View File
@@ -91,7 +91,7 @@ relay_command_client_list (int full)
ptr_client->desc,
RELAY_COLOR_CHAT,
weechat_color (weechat_config_string (relay_config_color_status[ptr_client->status])),
relay_status_string[ptr_client->status],
_(relay_status_string[ptr_client->status]),
RELAY_COLOR_CHAT,
date_start,
date_activity,
@@ -106,7 +106,7 @@ relay_command_client_list (int full)
ptr_client->desc,
RELAY_COLOR_CHAT,
weechat_color (weechat_config_string (relay_config_color_status[ptr_client->status])),
relay_status_string[ptr_client->status],
_(relay_status_string[ptr_client->status]),
RELAY_COLOR_CHAT,
date_start);
}