From 264a173f69904fc434ac2a39777a8aba08cb58ec Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 28 Nov 2003 04:01:02 +0000 Subject: [PATCH] Editing as necessary :) Can't have all that HTML formatting in the strings ... --- lang/en/resource.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/en/resource.php b/lang/en/resource.php index 0554bc1e2b..e055fec2e2 100644 --- a/lang/en/resource.php +++ b/lang/en/resource.php @@ -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'] = '

ERROR

An error was found when trying to retrieve the web page.

'; -$string['fetchclienterror'] = '

ERROR

An error was found on your web client when trying to retrieve the web page (possibly a wrong URL).

'; -$string['fetchservererror'] = '

ERROR

An error was found on the remote server when trying to retrieve the web page (possibly a program error).

'; +$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).

'; $string['filename'] = 'File name'; $string['fulltext'] = 'Full text'; $string['htmlfragment'] = 'HTML fragment'; -- 2.39.5