Fix typo in message.

This commit is contained in:
Siebrand Mazeland 2011-04-01 22:12:39 +02:00
parent 6e67eb3b81
commit 308a761e5b

View File

@ -70,7 +70,7 @@ class NewgroupmessageAction extends Action
}
if (!$this->user->hasRight(Right::NEWMESSAGE)) {
throw new Exception(sprintf(_m('User %s not allowed to send private messages.'),
throw new Exception(sprintf(_m('User %s is not allowed to send private messages.'),
$this->user->nickname));
}