]> git.mjollnir.org Git - moodle.git/commit
MDL-6376 - fix minor errors in the previous commit.
authortjhunt <tjhunt>
Tue, 30 Oct 2007 19:29:45 +0000 (19:29 +0000)
committertjhunt <tjhunt>
Tue, 30 Oct 2007 19:29:45 +0000 (19:29 +0000)
commit6c58e1985b7c754404224ce327a76c0d1358f030
tree59a6fab4239453c2411e9c0c472fc85a1ed07909
parentf63d29223eece2ce3c400fb4218e7ed688e40aff
MDL-6376 - fix minor errors in the previous commit.

More significantly, this patch changes the '1 Students have made 1 attempts' string.

To start with, this code was being produced in five different places, so I made a function to do the work!. Next, as you can see, it is not gramatical. Also, some people find it confusing, as in MDL-6376.

Therefore, it now just says 'Attempts: 1'.

Merged from MOODLE_19_STABLE.
lang/en_utf8/quiz.php
lib/questionlib.php
mod/quiz/edit.php
mod/quiz/index.php
mod/quiz/lib.php
mod/quiz/report/overview/report.php
mod/quiz/view.php