From: moodler Date: Tue, 15 Oct 2002 16:48:44 +0000 (+0000) Subject: Some additions X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ab9d6d1e0eba4c0b258bf2574ec7a0523b9e64fb;p=moodle.git Some additions --- diff --git a/RELEASE.html b/RELEASE.html index 73adc4341d..fcdcec4eae 100644 --- a/RELEASE.html +++ b/RELEASE.html @@ -19,6 +19,11 @@
Languages
German and Italian have been added! Many thanks to the translators (see the credits). +
Other additions +
An admin script to totally delete the Moodle data directory has been included (admin/delete.php) + for people who need to tear down a Moodle installation but don't have root access on their + server. +
Miscellaneous
Many tweaks to the interface and small bugs fixed. diff --git a/lang/en/quiz.php b/lang/en/quiz.php index 65e2ad4bb7..b37adfe990 100644 --- a/lang/en/quiz.php +++ b/lang/en/quiz.php @@ -31,6 +31,7 @@ $string['createnewquestion'] = "Create new question"; $string['daysavailable'] = "Days available"; $string['default'] = "Default"; $string['defaultinfo'] = "The default category for questions."; +$string['editcategories'] = "Edit categories"; $string['editingquiz'] = "Editing quiz"; $string['editingquestion'] = "Editing a question"; $string['editingshortanswer'] = "Editing a short answer question";