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,
0, 0,
"off", "off",
("If on, room users wont be loaded background proactively " ("If on, room users won't be loaded in the background "
"they will be loaded when the buffer becomes active. This " "proactively, they will be loaded when the user switches to "
"only affects non encrypted rooms."), "the room buffer. This only affects non-encrypted rooms."),
), ),
Option( Option(
"max_nicklist_users", "max_nicklist_users",