diff --git a/lang/en/error.php b/lang/en/error.php
index c6393f991c7..b93fd37dc88 100755
--- a/lang/en/error.php
+++ b/lang/en/error.php
@@ -44,7 +44,7 @@ $string['onlyeditown'] = 'You can only edit your own information';
$string['onlyeditingteachers'] = 'Only editing teachers can do that.';
$string['onlyadmins'] = 'Only administrators can do that.';
$string['processingstops'] = 'Processing stops here. Remaining records ignored.';
-$string['remotedownloadnotallowed'] = 'Download of components to your server isn\'t allowed (allow_url_fopen is disabled).
You must download the url\">$a->url file manually, copy it to \"$a->dest/\" in your server and unzip it there.';
+$string['remotedownloadnotallowed'] = 'Download of components to your server isn\'t allowed (allow_url_fopen is disabled).
You must download the url\">$a->url file manually, copy it to \"$a->dest\" in your server and unzip it there.';
$string['restricteduser'] = 'Sorry, but your current account \"$a\" is restricted from doing that.';
$string['sessionerroruser'] = 'Your session has timed out. Please login again.';
$string['sessionerroruser2'] = 'A server error that affects your login session was detected. Please login again or restart your browser.';