diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-18 15:38:15 +0200 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-18 15:38:15 +0200 |
commit | 326e351d448382ae85588f1d7d69e7bf507eebe4 (patch) | |
tree | b5a223794650b50eb3e76b2c8c6c43cf8630e145 /plugins/Blacklist | |
parent | 52ccc8e521d47713643f558daf93855a875a6c73 (diff) |
Fix typo.
Diffstat (limited to 'plugins/Blacklist')
-rw-r--r-- | plugins/Blacklist/BlacklistPlugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Blacklist/BlacklistPlugin.php b/plugins/Blacklist/BlacklistPlugin.php index 000834838..bc8b82492 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); } |