mirror of
https://github.com/weechat/weechat.git
synced 2026-07-09 03:03:12 +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:
@@ -782,7 +782,7 @@ buflist_config_init ()
|
||||
NULL, 0, 0,
|
||||
" ${color:default}(${if:${tls_version}==TLS1.3?${color:green}:"
|
||||
"${if:${tls_version}==TLS1.2?${color:yellow}:${color:red}}}"
|
||||
"${tls_version}${color:default})",
|
||||
"${translate:${tls_version}}${color:default})",
|
||||
NULL, 0,
|
||||
NULL, NULL, NULL,
|
||||
&buflist_config_change_buflist, NULL, NULL,
|
||||
|
||||
Reference in New Issue
Block a user