Fix typo.

This commit is contained in:
Siebrand Mazeland 2010-09-18 15:38:15 +02:00
parent 52ccc8e521
commit 326e351d44
1 changed files with 1 additions and 1 deletions

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