From 6e9e2d5167ba8b5261b2038bb9360f06681e9483 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Tue, 21 Mar 2017 04:41:40 +0100 Subject: MUC: Shorter label --- plugins/muc/affiliation_notify.lib.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/muc/affiliation_notify.lib.lua b/plugins/muc/affiliation_notify.lib.lua index 7403a9ac..4343f3db 100644 --- a/plugins/muc/affiliation_notify.lib.lua +++ b/plugins/muc/affiliation_notify.lib.lua @@ -31,7 +31,7 @@ module:hook("muc-config-form", function(event) table.insert(event.form, { name = "muc#roomconfig_affiliationnotify"; type = "boolean"; - label = "Notify users when their affiliation changes when they are not in the room?"; + label = "Notify absent users when their affiliation changes?"; value = get_affiliation_notify(event.room); }); end, 100-11); -- cgit v1.2.3