summaryrefslogtreecommitdiff
path: root/src/core/wee-config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/wee-config.c')
-rw-r--r--src/core/wee-config.c3
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 */