From e8fa66bbcbf2f607243a6c9c2726700ec1f5d4ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Fri, 2 Nov 2018 14:10:08 +0100 Subject: [PATCH] config: Improve the lazy_load_room_users help message. --- matrix/config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/matrix/config.py b/matrix/config.py index 2efeb0f..b78a536 100644 --- a/matrix/config.py +++ b/matrix/config.py @@ -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",