From ae8c20d737046e352091e85a7728bf68d044f3a2 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Tue, 31 Jan 2006 14:31:02 +0000 Subject: [PATCH] Minor change. Delete one slash. --- lang/en/error.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.';