Fix grammar.

This commit is contained in:
Siebrand Mazeland 2012-02-27 15:56:35 +01:00
parent cebb565f18
commit be71f1e4e7
1 changed files with 1 additions and 1 deletions

View 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);
}