MDL-71305 core_question: Deprecate notflagged language string

This commit is contained in:
Shamim Rezaie 2022-03-07 11:32:14 +11:00
parent bc8bf406c8
commit d237361d4a
2 changed files with 5 additions and 2 deletions

View File

@ -78,4 +78,5 @@ loggedoff_help,core_message
loggedoffdescription,core_message
sendingvia,core_message
sendingviawhen,core_message
close,core_contentbank
close,core_contentbank
notflagged,core_question

View File

@ -253,7 +253,6 @@ $string['notagfiltersapplied'] = 'No tag filters applied';
$string['notenoughanswers'] = 'This type of question requires at least {$a} answers';
$string['notenoughdatatoeditaquestion'] = 'Neither a question id, nor a category id and question type, was specified.';
$string['notenoughdatatomovequestions'] = 'You need to provide the question ids of questions you want to move.';
$string['notflagged'] = 'Not flagged';
$string['novirtualquestiontype'] = 'No virtual question type for question type {$a}';
$string['numqas'] = 'No. question attempts';
$string['numquestions'] = 'No. questions';
@ -497,3 +496,6 @@ $string['yougotnright'] = 'You have correctly selected {$a->num}.';
$string['qbanknotfound'] = 'The \'{$a}\' question bank plugin doesn\'t exist or is not recognised.';
$string['noquestionbanks'] = 'No question bank plugin found.';
$string['questionloaderror'] = 'Could not load the question options.';
// Deprecated since Moodle 4.0.
$string['notflagged'] = 'Not flagged';