1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 19:23:13 +02:00

buflist: fix typo in help on option buflist.look.nick_prefix_empty

This commit is contained in:
Sébastien Helleu
2025-03-16 10:36:23 +01:00
parent b25a9b11a0
commit e9983821e7
15 changed files with 33 additions and 33 deletions
+2 -2
View File
@@ -578,8 +578,8 @@ buflist_config_init (void)
buflist_config_file, buflist_config_section_look,
"nick_prefix_empty", "boolean",
N_("when the nick prefix is enabled, display a space instead if "
"there is no nick prefix on the buffer (only for channels, "
"private buffers and list buffers"),
"there is no nick prefix on the buffer (only for channel, "
"private and list buffers)"),
NULL, 0, 0, "on", NULL, 0,
NULL, NULL, NULL,
&buflist_config_change_buflist, NULL, NULL,