summaryrefslogtreecommitdiff
path: root/plugins/LilUrl
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-09-20 20:54:30 +0200
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-09-20 20:54:30 +0200
commit500f8e5a8727bc09e0b935813482881a468af10b (patch)
treedf51c5ffda80569146d1840d074c09ea3cb1019f /plugins/LilUrl
parente0952bf56bea07f0a1ef1ec26803594cd7f97fdd (diff)
* i18n/L10n updates.
* remove superfluous whitespace.
Diffstat (limited to 'plugins/LilUrl')
-rw-r--r--plugins/LilUrl/LilUrlPlugin.php3
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;
}
}
-