Mercurial > prosody-hg
diff plugins/muc/persistent.lib.lua @ 9034:1c709e3d2e5e
MUC: Improve labels of all config form items
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Fri, 13 Jul 2018 13:22:40 +0100 |
| parents | 326fedc1d3c6 |
| children | 173c0e16e704 |
line wrap: on
line diff
--- a/plugins/muc/persistent.lib.lua Fri Jul 13 04:52:43 2018 +0200 +++ b/plugins/muc/persistent.lib.lua Fri Jul 13 13:22:40 2018 +0100 @@ -22,7 +22,8 @@ table.insert(event.form, { name = "muc#roomconfig_persistentroom"; type = "boolean"; - label = "Make Room Persistent?"; + label = "Persistent (room should remain even when it is empty)"; + desc = "Rooms are automatically deleted when they are empty, unless this option is enabled"; value = get_persistent(event.room); }); end, 100-3);
