diff options
author | Geoff Cant <geoff.cant@process-one.net> | 2008-07-23 17:45:23 +0000 |
---|---|---|
committer | Geoff Cant <geoff.cant@process-one.net> | 2008-07-23 17:45:23 +0000 |
commit | 135da533fd5b2034cc3abb9e1315b7eed1d1705d (patch) | |
tree | 657b92b05f692943c0ba6ae7888c7c9ea1524d94 /src | |
parent | mod_muc_room allow_visitor_presence option rename (now allow_visitor_status).... (diff) |
Altering XForms text for allow_visitor_status mod_muc_room option. (EJAB-624)
SVN Revision: 1480
Diffstat (limited to 'src')
-rw-r--r-- | src/mod_muc/mod_muc_room.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_muc/mod_muc_room.erl b/src/mod_muc/mod_muc_room.erl index d35ae8fb..a912aa9c 100644 --- a/src/mod_muc/mod_muc_room.erl +++ b/src/mod_muc/mod_muc_room.erl @@ -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", |