Commit cec4910f authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Comment updated.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@175 b35dd754-fafc-0310-a699-88a17e54d16e
parent 9e57b587
......@@ -1743,7 +1743,7 @@ public class MUCRoomImpl implements MUCRoom {
public void unlockRoom(MUCRole senderRole) {
roomLocked = false;
this.lockedTime = 0;
// Send to the occupant the unlocked the room a message saying so
// Send to the occupant that unlocked the room a message saying so
Message message = new MessageImpl();
message.setType(Message.GROUP_CHAT);
message.setBody(LocaleUtils.getLocalizedString("muc.unlocked"));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment