diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/wee-config.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/wee-config.c b/src/core/wee-config.c index 871da9158..f0324af09 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -2031,7 +2031,8 @@ config_weechat_init_options () config_network_gnutls_ca_file = config_file_new_option ( weechat_config_file, ptr_section, "gnutls_ca_file", "string", - N_("file containing the certificate authorities"), + N_("file containing the certificate authorities (\"%h\" will be " + "replaced by WeeChat home, \"~/.weechat\" by default)"), NULL, 0, 0, "%h/ssl/CAs.pem", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL); /* plugin */ |