]> git.mjollnir.org Git - moodle.git/commitdiff
Editing as necessary :) Can't have all that HTML formatting in the strings ...
authormoodler <moodler>
Fri, 28 Nov 2003 04:01:02 +0000 (04:01 +0000)
committermoodler <moodler>
Fri, 28 Nov 2003 04:01:02 +0000 (04:01 +0000)
lang/en/resource.php

index 0554bc1e2b2098f4da7c34f59c2ee3f5103fc7ad..e055fec2e2d101563ced221aaf6338563c56c2ac 100644 (file)
@@ -12,9 +12,9 @@ $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'] = '<p align=center><font color=#FF0000><b>ERROR</b></font></p><p align=center>An error was found when trying to retrieve the web page.</p>';
-$string['fetchclienterror'] = '<p align=center><font color=#FF0000><b>ERROR</b></font></p><p align=center>An error was found on your web client when trying to retrieve the web page (possibly a wrong URL).</p>';
-$string['fetchservererror'] = '<p align=center><font color=#FF0000><b>ERROR</b></font></p><p align=center>An error was found on the remote server when trying to retrieve the web page (possibly a program error).</p>';
+$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['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';
 $string['htmlfragment'] = 'HTML fragment';