mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 21:36:37 +02:00
core: update translations (issue #1622)
This commit is contained in:
@@ -571,6 +571,7 @@ irc_bar_item_tls_version (const void *pointer, void *data,
|
||||
{
|
||||
snprintf (buf, sizeof (buf), "%s%s",
|
||||
IRC_COLOR_ITEM_TLS_VERSION_INSECURE,
|
||||
/* TRANSLATORS: this is displayed in a bar item and must be as short as possible */
|
||||
_("cleartext"));
|
||||
return strdup (buf);
|
||||
}
|
||||
|
||||
@@ -3250,7 +3250,7 @@ irc_config_init ()
|
||||
irc_config_color_item_tls_version_ok = weechat_config_new_option (
|
||||
irc_config_file, ptr_section,
|
||||
"item_tls_version_ok", "color",
|
||||
N_("color for max supported TLS version in bar item \"tls_version\""),
|
||||
N_("color for higher supported TLS version in bar item \"tls_version\""),
|
||||
NULL, -1, 0, "green", NULL, 0,
|
||||
NULL, NULL, NULL,
|
||||
&irc_config_change_color_item_tls_version, NULL, NULL,
|
||||
|
||||
Reference in New Issue
Block a user