diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-08-25 12:40:09 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-08-25 12:40:09 +0200 |
commit | f250be4aa82e746178786701a224e02944e0286b (patch) | |
tree | 261f85ba6b041bf8da77b685ed482d1350b6e21e /src/core/wee-config.c | |
parent | 03b6b4c1cf77f1fccb92295c4528406245382c69 (diff) | |
download | weechat-f250be4aa82e746178786701a224e02944e0286b.zip |
core: add note about color codes "${color:xxx}" in /help weechat.look.day_change_message
Diffstat (limited to 'src/core/wee-config.c')
-rw-r--r-- | src/core/wee-config.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/wee-config.c b/src/core/wee-config.c index f7da1470b..0e217deaf 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -2071,8 +2071,10 @@ config_weechat_init_options () config_look_day_change_message = config_file_new_option ( weechat_config_file, ptr_section, "day_change_message", "string", + /* TRANSLATORS: string "${color:xxx}" must NOT be translated */ N_("message displayed when the day has changed (see man strftime for " - "date/time specifiers) (note: content is evaluated, see /help eval)"), + "date/time specifiers) (note: content is evaluated, so you can use " + "colors with format \"${color:xxx}\", see /help eval)"), NULL, 0, 0, "-- %a, %d %b %Y --", NULL, 0, NULL, NULL, &config_change_buffers, NULL, NULL, NULL); config_look_eat_newline_glitch = config_file_new_option ( weechat_config_file, ptr_section, |