Fix grammar.
This commit is contained in:
parent
cebb565f18
commit
be71f1e4e7
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user