diff plugins/muc/affiliation_notify.lib.lua @ 7990:3d17b2bf0e0c

MUC: Shorter label
author Kim Alvefur <zash@zash.se>
date Tue, 21 Mar 2017 04:41:40 +0100
parents e16b3fd0bd80
children ecb5e13d97bb
line wrap: on
line diff
--- a/plugins/muc/affiliation_notify.lib.lua	Mon Mar 20 03:11:27 2017 +0100
+++ b/plugins/muc/affiliation_notify.lib.lua	Tue Mar 21 04:41:40 2017 +0100
@@ -31,7 +31,7 @@
 	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);