1
0
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:
Sébastien Helleu
2026-03-16 13:16:44 +01:00
parent 1532efea6d
commit c41d73e417
15 changed files with 83 additions and 47 deletions
+2 -2
View File
@@ -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,