aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/muc
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-03-21 04:41:40 +0100
committerKim Alvefur <zash@zash.se>2017-03-21 04:41:40 +0100
commit6e9e2d5167ba8b5261b2038bb9360f06681e9483 (patch)
treefaca7e308a20d870d9e9a693c1d0c96934711453 /plugins/muc
parentc160b029b0eeff8c57d8ddcde8a5f7c424074631 (diff)
downloadprosody-6e9e2d5167ba8b5261b2038bb9360f06681e9483.tar.gz
prosody-6e9e2d5167ba8b5261b2038bb9360f06681e9483.zip
MUC: Shorter label
Diffstat (limited to 'plugins/muc')
-rw-r--r--plugins/muc/affiliation_notify.lib.lua2
1 files changed, 1 insertions, 1 deletions
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);