]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix grammar.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Mon, 27 Feb 2012 14:56:35 +0000 (15:56 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Mon, 27 Feb 2012 14:56:35 +0000 (15:56 +0100)
plugins/Blacklist/BlacklistPlugin.php

index babf7031313e22565e0a0b366a009940834e585d..58492d0dbb392e41322029cb055e62b0f80f8c45 100644 (file)
@@ -510,7 +510,7 @@ class BlacklistPlugin extends Plugin
         if (!empty($nickname)) {
             if (!$this->_checkNickname($nickname)) {
                 // TRANS: Exception thrown trying to post a notice while having a blocked nickname. %s is the blocked nickname.
-                $msg = sprintf(_m("Notices from nickname \"%s\" disallowed."),
+                $msg = sprintf(_m("Notices from nickname \"%s\" are disallowed."),
                                $nickname);
                 throw new ClientException($msg);
             }