diff --git a/lang/en/moodle.php b/lang/en/moodle.php index d39a966a441..e2887809820 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -168,6 +168,7 @@ $string[guestsyes] = "Allow guests without the key"; $string[guestuser] = "Guest User"; $string[guestuserinfo] = "This user is a special user that allows read-only access to some courses."; $string[help] = "Help"; +$string[helphtml] = "How to write html"; $string[helppicture] = "How to upload a picture"; $string[helptext] = "How to write text"; $string[helpquestions] = "How to ask questions"; diff --git a/lang/en/reading.php b/lang/en/reading.php index 840a95fab0c..93a332ced25 100644 --- a/lang/en/reading.php +++ b/lang/en/reading.php @@ -12,6 +12,7 @@ $string[examplereference] = "Tobin, K. & Tippins, D (1993) Constructivism as a R $string[exampleurl] = "http://www.example.com/somedirectory/somefile.html"; $string[filename] = "File name"; $string[fulltext] = "Full text"; +$string[htmlfragment] = "HTML fragment"; $string[neverread] = "Never read"; $string[note] = "Note"; $string[notefile] = "To upload more files into the course (so they appear in this list) use the @@ -23,5 +24,6 @@ $string[readingtype2] = "Web Page"; $string[readingtype3] = "Uploaded File"; $string[readingtype4] = "Plain text"; $string[readingtype5] = "Web Link"; +$string[readingtype6] = "HTML text"; ?> diff --git a/version.php b/version.php index 7d81ae92300..08390b89ad9 100644 --- a/version.php +++ b/version.php @@ -18,10 +18,10 @@ // If there's something it cannot do itself, it // will tell you what you need to do. -$version = 2002091000; // The current version is a date (YYYYMMDDXX) where +$version = 2002091300; // The current version is a date (YYYYMMDDXX) where // XX is a number that increments during the day -$release = "1.0.4"; // For humans only, not used for the upgrade process +$release = "1.0.5 dev"; // For humans only, not used for the upgrade process function upgrade_moodle($oldversion=0) {