]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed notefile string
authormoodler <moodler>
Sat, 29 Nov 2003 02:19:34 +0000 (02:19 +0000)
committermoodler <moodler>
Sat, 29 Nov 2003 02:19:34 +0000 (02:19 +0000)
lang/en/resource.php

index 1601366a63d8dc4315baff9ecb3c4eef2e0760c5..a539a21a8f21d37ade11e18f3c8550fa196b2828 100644 (file)
@@ -12,8 +12,8 @@ $string['editingaresource'] = 'Editing a resource';
 $string['example'] = 'Example';
 $string['examplereference'] = 'Tobin, K. & Tippins, D (1993) Constructivism as a Referent for Teaching and Learning. In: K. Tobin (Ed) The Practice of Constructivism in Science Education, pp 3-21, Lawrence-Erlbaum, Hillsdale, NJ.';
 $string['exampleurl'] = 'http://www.example.com/somedirectory/somefile.html';
-$string['fetcherror'] = 'An error was found while trying to retrieve the web page.';
 $string['fetchclienterror'] = 'An error was found with your web client while trying to retrieve the web page (possibly a wrong URL).';
+$string['fetcherror'] = 'An error was found while trying to retrieve the web page.';
 $string['fetchservererror'] = 'An error was found with the remote server while trying to retrieve the web page (possibly a program error).</p>';
 $string['filename'] = 'File name';
 $string['fulltext'] = 'Full text';
@@ -34,7 +34,7 @@ $string['newwidth'] = 'Default window width (in pixels)';
 $string['newwindow'] = 'New window';
 $string['newwindowopen'] = 'Display this resource in a new popup window';
 $string['note'] = 'Note';
-$string['notefile'] = 'To upload more files into the course (so they appear in this list) use the <a href="$a">File Manager</a>.';
+$string['notefile'] = 'To upload more files into the course (so they appear in this list) use the <a href=\"$a\">File Manager</a>.';
 $string['notypechosen'] = 'You need to choose a type.  Use your back button to go back and retry.';
 $string['resourcetype'] = 'Type of resource';
 $string['resourcetype1'] = 'Reference';