Changeset

7990:3d17b2bf0e0c

MUC: Shorter label
author Kim Alvefur <zash@zash.se>
date Tue, 21 Mar 2017 04:41:40 +0100
parents 7989:5632aa85e0b6
children 7999:980606856882
files plugins/muc/affiliation_notify.lib.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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);