MDL-34427: Corrected language string when not allowed to enter the chat room.

This commit is contained in:
Jason Ilicic 2012-07-20 14:45:32 +09:30 committed by Sam Hemelryk
parent f49eff005e
commit e0e903291a

View file

@ -98,7 +98,7 @@ $string['nomessages'] = 'No messages yet';
$string['normalkeepalive'] = 'KeepAlive';
$string['normalstream'] = 'Stream';
$string['noscheduledsession'] = 'No scheduled session';
$string['notallowenter'] = 'You are not allow to enter the chat room.';
$string['notallowenter'] = 'You are not allowed to enter the chat room.';
$string['notlogged'] = 'You are not logged in!';
$string['nopermissiontoseethechatlog'] = 'You don\'t have permission to see the chat logs.';
$string['oldping'] = 'Disconnect timeout';