diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-01-04 17:46:13 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-01-04 17:46:13 +0100 |
commit | da56eb6978f20a4c095bb54cc3524599a49c97d5 (patch) | |
tree | 09535b169f8e0fff860e29b4ae76d5a456498103 /src/core/wee-config.c | |
parent | e21de5ce9657d99651bc7a9e4f9927b66dc43e0d (diff) | |
download | weechat-da56eb6978f20a4c095bb54cc3524599a49c97d5.zip |
core: fix help of option weechat.color.separator
Diffstat (limited to 'src/core/wee-config.c')
-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 15a79473f..c53265401 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -2317,7 +2317,8 @@ config_weechat_init_options () config_color_separator = config_file_new_option ( weechat_config_file, ptr_section, "separator", "color", - N_("background color for window separators (when split)"), + N_("color for window separators (when split) and separators beside bars " + "(like nicklist)"), NULL, GUI_COLOR_SEPARATOR, 0, "blue", NULL, 0, NULL, NULL, &config_change_color, NULL, NULL, NULL); /* bar colors */ |