diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-11-09 22:44:00 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-11-09 22:44:00 +0100 |
commit | c2b507633491c72ce65cde592e3a572459c64f16 (patch) | |
tree | 9a99dc62c73e74d9e3b8a8aeaa3e3bce5a0f2112 /src/plugins/irc | |
parent | 0b54d49306407d8b93c0a1789d162e17a2a32229 (diff) | |
download | weechat-c2b507633491c72ce65cde592e3a572459c64f16.zip |
Add note about "%h" replaced by WeeChat home in some options
Diffstat (limited to 'src/plugins/irc')
-rw-r--r-- | src/plugins/irc/irc-config.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/irc/irc-config.c b/src/plugins/irc/irc-config.c index 65e8aed9e..44e0e3cdc 100644 --- a/src/plugins/irc/irc-config.c +++ b/src/plugins/irc/irc-config.c @@ -1162,7 +1162,9 @@ irc_config_server_new_option (struct t_config_file *config_file, new_option = weechat_config_new_option ( config_file, section, option_name, "string", - N_("ssl certificate file used to automatically identify your nick"), + N_("ssl certificate file used to automatically identify your " + "nick (\"%h\" will be replaced by WeeChat home, " + "\"~/.weechat\" by default)"), NULL, 0, 0, default_value, value, null_value_allowed, |