# HG changeset patch # User Kim Alvefur # Date 1490067700 -3600 # Node ID 3d17b2bf0e0c595e06b633d46e1cb5dda818b1d6 # Parent 5632aa85e0b63de93cec6355bf80fa84d683e4dd MUC: Shorter label diff -r 5632aa85e0b6 -r 3d17b2bf0e0c plugins/muc/affiliation_notify.lib.lua --- 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);