24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-09-23 14:14:56 +02:00

Altering XForms text for allow_visitor_status mod_muc_room option. (EJAB-624)

SVN Revision: 1480
This commit is contained in:
Geoff Cant 2008-07-23 17:45:23 +00:00
parent c7d45af0aa
commit 135da533fd

View File

@ -2750,7 +2750,7 @@ get_config(Lang, StateData, From) ->
?BOOLXFIELD("Allow users to send invites",
"muc#roomconfig_allowinvites",
Config#config.allow_user_invites),
?BOOLXFIELD("Allow visitors to set custom status messages in the room",
?BOOLXFIELD("Allow visitors to send status text in presence updates",
"muc#roomconfig_allowvisitorstatus",
Config#config.allow_visitor_status),
?BOOLXFIELD("Allow visitors to change nickname",