From 74a4505b6e8f23936f44fdd81bef0b302bdca49a Mon Sep 17 00:00:00 2001
From: moodler
Date: Sat, 29 Nov 2003 02:19:34 +0000
Subject: [PATCH] Fixed notefile string
---
lang/en/resource.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lang/en/resource.php b/lang/en/resource.php
index 1601366a63..a539a21a8f 100644
--- a/lang/en/resource.php
+++ b/lang/en/resource.php
@@ -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).
';
$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 File Manager.';
+$string['notefile'] = 'To upload more files into the course (so they appear in this list) use the File Manager.';
$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';
--
2.39.5