summaryrefslogtreecommitdiff
path: root/plugins/BitlyUrl/BitlyUrlPlugin.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-09-14 21:45:13 +0200
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-09-14 21:45:13 +0200
commit987651c8a43571ac2db9abd4c8f554e881f0b1fc (patch)
treefe9b404314ee54221e737d5f36fdaf44ba673a68 /plugins/BitlyUrl/BitlyUrlPlugin.php
parent04b7af4620d6d3310676ce1f89365fd5c5ef8caf (diff)
* i18n/L10n updates
* superfluous whitespace removed
Diffstat (limited to 'plugins/BitlyUrl/BitlyUrlPlugin.php')
-rw-r--r--plugins/BitlyUrl/BitlyUrlPlugin.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/BitlyUrl/BitlyUrlPlugin.php b/plugins/BitlyUrl/BitlyUrlPlugin.php
index 11e3c0b84..10d99b358 100644
--- a/plugins/BitlyUrl/BitlyUrlPlugin.php
+++ b/plugins/BitlyUrl/BitlyUrlPlugin.php
@@ -40,7 +40,7 @@ class BitlyUrlPlugin extends UrlShortenerPlugin
function onInitializePlugin(){
parent::onInitializePlugin();
if(!isset($this->serviceUrl)){
- throw new Exception("must specify a serviceUrl");
+ throw new Exception(_m("You must specify a serviceUrl."));
}
}
@@ -63,4 +63,3 @@ class BitlyUrlPlugin extends UrlShortenerPlugin
return true;
}
}
-