diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-20 20:54:30 +0200 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-20 20:54:30 +0200 |
commit | 500f8e5a8727bc09e0b935813482881a468af10b (patch) | |
tree | df51c5ffda80569146d1840d074c09ea3cb1019f /plugins/LilUrl/LilUrlPlugin.php | |
parent | e0952bf56bea07f0a1ef1ec26803594cd7f97fdd (diff) |
* i18n/L10n updates.
* remove superfluous whitespace.
Diffstat (limited to 'plugins/LilUrl/LilUrlPlugin.php')
-rw-r--r-- | plugins/LilUrl/LilUrlPlugin.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/LilUrl/LilUrlPlugin.php b/plugins/LilUrl/LilUrlPlugin.php index 1c3d6f84b..bd98026fe 100644 --- a/plugins/LilUrl/LilUrlPlugin.php +++ b/plugins/LilUrl/LilUrlPlugin.php @@ -40,7 +40,7 @@ class LilUrlPlugin extends UrlShortenerPlugin function onInitializePlugin(){ parent::onInitializePlugin(); if(!isset($this->serviceUrl)){ - throw new Exception("must specify a serviceUrl"); + throw new Exception(_m('A serviceUrl must be specified.')); } } @@ -71,4 +71,3 @@ class LilUrlPlugin extends UrlShortenerPlugin return true; } } - |