]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix typo in message.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 1 Apr 2011 20:12:39 +0000 (22:12 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 1 Apr 2011 20:12:39 +0000 (22:12 +0200)
plugins/GroupPrivateMessage/newgroupmessage.php

index 4271a8d22bc4e84192e07f316f4422338e5adb8b..61377ba178838f38f92e2a7f28f1412db2fb88ae 100644 (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));
         }