summaryrefslogtreecommitdiff
path: root/lib/plugins/extension/helper/extension.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2013-08-10 11:46:09 +0200
committerAndreas Gohr <andi@splitbrain.org>2013-08-10 11:46:09 +0200
commit8d295da079a559bf0f254f0db383e0b3188f9985 (patch)
tree708134a8a7c153b47f7703e23854a95c5362167b /lib/plugins/extension/helper/extension.php
parent32fdfac2cd446733436dc1b344d7f73b78655cb1 (diff)
downloadrpg-8d295da079a559bf0f254f0db383e0b3188f9985.tar.gz
rpg-8d295da079a559bf0f254f0db383e0b3188f9985.tar.bz2
language cleanup
removed all unused strings
Diffstat (limited to 'lib/plugins/extension/helper/extension.php')
-rw-r--r--lib/plugins/extension/helper/extension.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/extension/helper/extension.php b/lib/plugins/extension/helper/extension.php
index 550fc33fb..d912a44c0 100644
--- a/lib/plugins/extension/helper/extension.php
+++ b/lib/plugins/extension/helper/extension.php
@@ -797,7 +797,7 @@ class helper_plugin_extension_extension extends DokuWiki_Plugin {
// check the url
$matches = array();
if(!preg_match('/[^\/]*$/', $url, $matches) || !$matches[0]) {
- throw new Exception($this->getLang('baddownloadurl'));
+ throw new Exception($this->getLang('error_badurl'));
}
$file = $matches[0];