From 318823fe68039575a0a8086a6e5c45c7bac5ee9f Mon Sep 17 00:00:00 2001 From: Geoff Cant Date: Wed, 23 Jul 2008 17:45:39 +0000 Subject: [PATCH] Altering XForms text for allow_visitor_status mod_muc_room option. (EJAB-624) SVN Revision: 1481 --- src/mod_muc/mod_muc_room.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod_muc/mod_muc_room.erl b/src/mod_muc/mod_muc_room.erl index b74ca2631..560f5132b 100644 --- a/src/mod_muc/mod_muc_room.erl +++ b/src/mod_muc/mod_muc_room.erl @@ -2718,7 +2718,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",