]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix typo.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sat, 18 Sep 2010 13:38:15 +0000 (15:38 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sat, 18 Sep 2010 13:38:15 +0000 (15:38 +0200)
plugins/Blacklist/BlacklistPlugin.php

index 0008348389bb08edb61836452bafbbbed9c72b3c..bc8b82492dc8c1abd7d1a32c5af4755929db923f 100644 (file)
@@ -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);
         }