]> git.mjollnir.org Git - moodle.git/commitdiff
Improvements to reading definition - help buttons and language fixes
authormartin <martin>
Sun, 18 Aug 2002 15:56:11 +0000 (15:56 +0000)
committermartin <martin>
Sun, 18 Aug 2002 15:56:11 +0000 (15:56 +0000)
lang/en/reading.php

index 32ddc500c1b0f94e3845ca1d48ef824df66ed81b..840a95fab0ccf39fdde7595db59029ba7be5be58 100644 (file)
@@ -8,7 +8,7 @@ $string[modulenameplural] = "Readings";
 $string[addreading] = "Add reading";
 $string[editingareading] = "Editing a reading";
 $string[example] = "Example";
-$string[examplejournal] = "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[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[filename] = "File name";
 $string[fulltext] = "Full text";
@@ -18,7 +18,7 @@ $string[notefile] = "To upload more files into the course (so they appear in thi
 <A HREF=\$a >File Manager</A>.";
 $string[notypechosen] = "You need to choose a type.  Use your back button to go back and retry.";
 $string[readingtype] = "Type of resource";
-$string[readingtype1] = "Journal Article";
+$string[readingtype1] = "Reference";
 $string[readingtype2] = "Web Page";
 $string[readingtype3] = "Uploaded File";
 $string[readingtype4] = "Plain text";