From: Siebrand Mazeland Date: Sun, 11 Mar 2012 20:46:29 +0000 (+0100) Subject: Fix accidental revert by Evan in b4da5f3785de138b9b7c3672d331676ea7929c16. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=855fbfa782d8e47209c2602940e0a7a2bf81f027;p=quix0rs-gnu-social.git Fix accidental revert by Evan in b4da5f3785de138b9b7c3672d331676ea7929c16. --- diff --git a/plugins/Blacklist/BlacklistPlugin.php b/plugins/Blacklist/BlacklistPlugin.php index 33d0bf430b..e0d2a04dd8 100644 --- a/plugins/Blacklist/BlacklistPlugin.php +++ b/plugins/Blacklist/BlacklistPlugin.php @@ -511,7 +511,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); }