From ecac31f1ff9bc1396335d3c1dd09fb5f8d903434 Mon Sep 17 00:00:00 2001 From: martin Date: Sun, 18 Aug 2002 09:43:39 +0000 Subject: [PATCH] new strings --- doc/teacher.html | 5 ++--- lang/en/choice.php | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/teacher.html b/doc/teacher.html index 2e8c9db497..33fc69aee5 100755 --- a/doc/teacher.html +++ b/doc/teacher.html @@ -6,9 +6,8 @@

Teacher Manual

-

This page will provide a way to learn about creating online courses with Moodle. - It will include not only descriptions of the various functions, but discussions - of philosophy and pedagogical decisions that need to be made by teachers.

+

This page is a quick guide to creating online courses with Moodle. It outlines + the main functions that are available, as well as the

Moodle Documentation

Version: $Id$

diff --git a/lang/en/choice.php b/lang/en/choice.php index 80fbadea17..f9acaf5459 100644 --- a/lang/en/choice.php +++ b/lang/en/choice.php @@ -12,6 +12,7 @@ $string[choicename] = "Choice name"; $string[choicetext] = "Choice text"; $string[notanswered] = "Not answered yet"; $string[responses] = "Responses"; +$string[responsesto] = "Responses to \$a"; $string[savemychoice] = "Save my choice"; $string[viewallresponses] = "View all responses"; ?> -- 2.39.5