From: Tim Hunt Date: Thu, 22 Sep 2011 16:56:02 +0000 (+0100) Subject: MDL-29428 quiz navigation panel should use 'This page' (accessibility improvement) X-Git-Tag: v2.2.0-beta~320^2 X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=commitdiff_plain;h=572a96edb02f0835830655dec5c19b71de4b55a0 MDL-29428 quiz navigation panel should use 'This page' (accessibility improvement) --- diff --git a/mod/quiz/lang/en/quiz.php b/mod/quiz/lang/en/quiz.php index 3feae77987d..d55044bec21 100644 --- a/mod/quiz/lang/en/quiz.php +++ b/mod/quiz/lang/en/quiz.php @@ -462,7 +462,7 @@ $string['numerical'] = 'Numerical'; $string['numquestionsx'] = 'Questions: {$a}'; $string['onlyteachersexport'] = 'Only teachers can export questions'; $string['onlyteachersimport'] = 'Only teachers with editing rights can import questions'; -$string['onthispage'] = 'On this page'; +$string['onthispage'] = 'This page'; $string['open'] = 'Not answered'; $string['openclosedatesupdated'] = 'Quiz open and close dates updated'; $string['optional'] = 'optional';