* i18n/L10n updates

* superfluous whitespace removed
This commit is contained in:
Siebrand Mazeland
2010-09-14 21:45:13 +02:00
parent 04b7af4620
commit 987651c8a4
6 changed files with 23 additions and 68 deletions

View File

@@ -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;
}
}