From 230e827d24f46296dfce5e183c3fdd6378fab538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 31 Mar 2018 15:57:38 +0200 Subject: core: fix help on option weechat.look.hotlist_count_max --- src/core/wee-config.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/core/wee-config.c b/src/core/wee-config.c index 406d5d581..1d94b3e37 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -2886,9 +2886,8 @@ config_weechat_init_options () "hotlist_count_max", "integer", N_("max number of messages count to display in hotlist for a buffer: " "0 = never display messages count, " - "1 = display count for highlights/private messages, " - "2 = display count for highlight/private messages and messages, " - "3 = display count for all types of messages"), + "other number = display max N messages count (from the highest to " + "lowest priority)"), NULL, 0, GUI_HOTLIST_NUM_PRIORITIES, "2", NULL, 0, NULL, NULL, NULL, &config_change_buffer_content, NULL, NULL, -- cgit v1.2.3