diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-09-24 14:53:43 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-09-24 14:53:43 +0200 |
commit | 072d526023be67615b6c3035f84b0ea81475b1ef (patch) | |
tree | e361f5f0d33abbc5a46c51da7bac215433eb3b77 /src/core/wee-config.c | |
parent | b45a5af0f3274d455955b11cf3b90767617caaac (diff) | |
download | weechat-072d526023be67615b6c3035f84b0ea81475b1ef.zip |
core: update help of option weechat.look.color_basic_force_bold
Diffstat (limited to 'src/core/wee-config.c')
-rw-r--r-- | src/core/wee-config.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/wee-config.c b/src/core/wee-config.c index db32bdbe4..42a65a044 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -1658,8 +1658,8 @@ config_weechat_init_options () weechat_config_file, ptr_section, "color_basic_force_bold", "boolean", N_("force \"bold\" attribute for light colors and \"darkgray\" in " - "basic colors; off by default: \"bold\" is used only if terminal " - "has less than 16 colors"), + "basic colors (this option is disabled by default: bold is used " + "only if terminal has less than 16 colors)"), NULL, 0, 0, "off", NULL, 0, NULL, NULL, &config_change_color, NULL, NULL, NULL); config_look_color_inactive_window = config_file_new_option ( weechat_config_file, ptr_section, |