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

buflist, irc, xfer: do not translate "cleartext" in buffer local variable "tls_version" (issue #1622)

The text "cleartext" is translated for display only: directly with gettext in
IRC plugin and with "${translate:${tls_version}}" in the buflist evaluated
format.
This commit is contained in:
Sébastien Helleu
2021-05-16 09:52:07 +02:00
parent 5bce484c01
commit e6a3d08704
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1139,7 +1139,7 @@ irc_server_set_tls_version (struct t_irc_server *server)
else
{
weechat_buffer_set (server->buffer, "localvar_set_tls_version",
_("cleartext"));
"cleartext");
}
}
else