From: Siebrand Mazeland Date: Sat, 18 Sep 2010 13:38:15 +0000 (+0200) Subject: Fix typo. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=326e351d448382ae85588f1d7d69e7bf507eebe4;p=quix0rs-gnu-social.git Fix typo. --- diff --git a/plugins/Blacklist/BlacklistPlugin.php b/plugins/Blacklist/BlacklistPlugin.php index 0008348389..bc8b82492d 100644 --- a/plugins/Blacklist/BlacklistPlugin.php +++ b/plugins/Blacklist/BlacklistPlugin.php @@ -231,7 +231,7 @@ class BlacklistPlugin extends Plugin $url = htmlspecialchars_decode($url); if (!$this->_checkUrl($url)) { - $msg = sprintf(_m("You may not use UTL \"%s\" in notices."), + $msg = sprintf(_m("You may not use URL \"%s\" in notices."), $url); throw new ClientException($msg); }