Mercurial > prosody-hg
diff plugins/muc/subject.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 | 2e45b1b47918 |
| children | 173c0e16e704 |
line wrap: on
line diff
--- a/plugins/muc/subject.lib.lua Fri Jul 13 04:52:43 2018 +0200 +++ b/plugins/muc/subject.lib.lua Fri Jul 13 13:22:40 2018 +0100 @@ -41,7 +41,8 @@ table.insert(event.form, { name = "muc#roomconfig_changesubject"; type = "boolean"; - label = "Allow Occupants to Change Subject?"; + label = "Allow anyone to set the room's subject"; + desc = "Choose whether anyone, or only moderators, may set the room's subject"; value = get_changesubject(event.room); }); end, 100-8);
