mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 13:56:37 +02:00
irc: fix typo on field name in /help irc.look.list_buffer_sort
This commit is contained in:
@@ -3547,8 +3547,8 @@ irc_config_init (void)
|
||||
N_("comma-separated list of fields to sort channels (see /help list "
|
||||
"for a list of fields); char \"-\" can be used before field to "
|
||||
"reverse order, char \"~\" can be used to do a case-insensitive "
|
||||
"comparison; example: \"-count,~name\" for biggest channels "
|
||||
"first then case-insensitive sort on name"),
|
||||
"comparison; example: \"-users,~name2\" for biggest channels "
|
||||
"first then case-insensitive sort on channel name without prefix"),
|
||||
NULL, 0, 0, "~name2", NULL, 0,
|
||||
NULL, NULL, NULL,
|
||||
NULL, NULL, NULL,
|
||||
|
||||
Reference in New Issue
Block a user