diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/wee-config.c | 5 |
1 files changed, 2 insertions, 3 deletions
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, |