From: moodler Date: Wed, 11 Aug 2004 06:17:26 +0000 (+0000) Subject: Added "No possible datasets" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a46eb8c106c69c31493cabe92343a8f36cac2e27;p=moodle.git Added "No possible datasets" --- diff --git a/lang/en/quiz.php b/lang/en/quiz.php index 2298661fe6..33abeab27a 100644 --- a/lang/en/quiz.php +++ b/lang/en/quiz.php @@ -151,6 +151,7 @@ $string['noattempts'] = 'No attempts have been made on this quiz'; $string['nodataset'] = 'nothing - it is not a wild card'; $string['nominal'] = 'Nominal'; $string['nomoreattempts'] = 'No more attempts are allowed'; +$string['nopossibledatasets'] = 'No possible datasets'; $string['noquestions'] = 'No questions have been added yet'; $string['noresponse'] = 'No Response'; $string['noreview'] = 'You are not allowed to review this quiz';