Fix typo.
This commit is contained in:
parent
52ccc8e521
commit
326e351d44
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user