mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 17:53:13 +02:00
core: update translations (issue #1622)
This commit is contained in:
@@ -170,7 +170,7 @@ buflist_command_init ()
|
||||
" - ${format_lag}: the lag for an IRC server buffer, empty if "
|
||||
"there's no lag (evaluation of option buflist.format.lag)\n"
|
||||
" - ${format_tls_version}: indicator of TLS version for a server "
|
||||
"buffer, empty for channels. (evaluation of option "
|
||||
"buffer, empty for channels (evaluation of option "
|
||||
"buflist.format.tls_version)"),
|
||||
"enable|disable|toggle || bar || refresh",
|
||||
&buflist_command_buflist, NULL, NULL);
|
||||
|
||||
@@ -777,7 +777,7 @@ buflist_config_init ()
|
||||
buflist_config_format_tls_version = weechat_config_new_option (
|
||||
buflist_config_file, ptr_section,
|
||||
"tls_version", "string",
|
||||
N_("format for tls_version on an IRC server buffer "
|
||||
N_("format for TLS version on an IRC server buffer "
|
||||
"(note: content is evaluated, see /help buflist)"),
|
||||
NULL, 0, 0,
|
||||
" ${color:default}(${if:${tls_version}==TLS1.3?${color:green}:"
|
||||
|
||||
Reference in New Issue
Block a user