Mercurial > prosody-hg
diff plugins/muc/hidden.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 | e16b3fd0bd80 |
| children | 173c0e16e704 |
line wrap: on
line diff
--- a/plugins/muc/hidden.lib.lua Fri Jul 13 04:52:43 2018 +0200 +++ b/plugins/muc/hidden.lib.lua Fri Jul 13 13:22:40 2018 +0100 @@ -22,7 +22,8 @@ table.insert(event.form, { name = "muc#roomconfig_publicroom"; type = "boolean"; - label = "Make Room Publicly Searchable?"; + label = "Include room in public lists"; + desc = "Enable this to allow people to find the room"; value = not get_hidden(event.room); }); end, 100-5);
