MDL-50266 lesson: Remove strings deprecated in 3.0

This commit is contained in:
Ankit Agarwal 2017-05-18 08:34:33 +05:30
parent 17fb1d84a2
commit aa951785e0
2 changed files with 1 additions and 27 deletions

View File

@ -1,13 +1 @@
clicktopost,mod_lesson
configmaxhighscores,mod_lesson
configactionaftercorrectanswer,mod_lesson
displayhighscores,mod_lesson
entername,mod_lesson
eventhighscoreadded,mod_lesson
eventhighscoresviewed,mod_lesson
highscores,mod_lesson
maxhighscores,mod_lesson
nothighscore,mod_lesson
topscorestitle,mod_lesson
viewhighscores,mod_lesson
youmadehighscore,mod_lesson
configactionaftercorrectanswer,mod_lesson

View File

@ -518,19 +518,5 @@ $string['yourcurrentgradeis'] = 'Your current grade is {$a}';
$string['yourcurrentgradeisoutof'] = 'Your current grade is {$a->grade} out of {$a->total}';
$string['youshouldview'] = 'You should answer at least: {$a}';
// Deprecated since Moodle 3.0.
$string['clicktopost'] = 'Click here to post your grade on the High Scores list.';
$string['configmaxhighscores'] = 'Number of high scores displayed';
$string['displayhighscores'] = 'Display high scores';
$string['entername'] = 'Enter a nickname for the high scores list';
$string['eventhighscoreadded'] = 'Highscore added';
$string['eventhighscoresviewed'] = 'Highscores viewed';
$string['highscores'] = 'High scores';
$string['maxhighscores'] = 'Number of high scores displayed';
$string['nothighscore'] = 'You did not make the top {$a} high scores list.';
$string['topscorestitle'] = 'Top {$a} high scores';
$string['viewhighscores'] = 'View high scores list';
$string['youmadehighscore'] = 'You made it on the top {$a} high scores list.';
// Deprecated since Moodle 3.1.
$string['configactionaftercorrectanswer'] = 'The default action to take after a correct answer';