config: Improve the lazy_load_room_users help message.

This commit is contained in:
Damir Jelić 2018-11-02 14:10:08 +01:00
parent b8c655b3d4
commit e8fa66bbcb

View file

@ -410,9 +410,9 @@ class MatrixConfig(WeechatConfig):
0,
0,
"off",
("If on, room users wont be loaded background proactively "
"they will be loaded when the buffer becomes active. This "
"only affects non encrypted rooms."),
("If on, room users won't be loaded in the background "
"proactively, they will be loaded when the user switches to "
"the room buffer. This only affects non-encrypted rooms."),
),
Option(
"max_nicklist_users",