MDL-30558 question bank, missing string with obscure permissions.
AMOS BEGIN MOV [selectcategoryabove,mod_quiz],[selectcategoryabove,question] AMOS END
This commit is contained in:
committed by
Aparup Banerjee
parent
7b80d3c65a
commit
00aa596e8e
@@ -270,6 +270,7 @@ $string['reviewresponse'] = 'Review response';
|
||||
$string['saveflags'] = 'Save the state of the flags';
|
||||
$string['selectacategory'] = 'Select a category:';
|
||||
$string['selectaqtypefordescription'] = 'Select a question type to see its description.';
|
||||
$string['selectcategoryabove'] = 'Select a category above';
|
||||
$string['selectquestionsforbulk'] = 'Select questions for bulk actions';
|
||||
$string['shareincontext'] = 'Share in context for {$a}';
|
||||
$string['stoponerror'] = 'Stop on error';
|
||||
|
||||
@@ -1165,7 +1165,7 @@ class quiz_question_bank_view extends question_bank_view {
|
||||
$this->display_category_form($this->contexts->having_one_edit_tab_cap('edit'),
|
||||
$this->baseurl, $categoryandcontext);
|
||||
echo "<p style=\"text-align:center;\"><b>";
|
||||
print_string('selectcategoryabove', 'quiz');
|
||||
print_string('selectcategoryabove', 'question');
|
||||
echo "</b></p>";
|
||||
echo $OUTPUT->box_end();
|
||||
}
|
||||
|
||||
@@ -664,7 +664,6 @@ $string['scores'] = 'Scores';
|
||||
$string['select'] = 'Select';
|
||||
$string['selectall'] = 'Select all';
|
||||
$string['selectcategory'] = 'Select category';
|
||||
$string['selectcategoryabove'] = 'Select a category above';
|
||||
$string['selectedattempts'] = 'Selected attempts...';
|
||||
$string['selectnone'] = 'Deselect all';
|
||||
$string['selectquestiontype'] = '-- Select question type --';
|
||||
|
||||
@@ -1198,7 +1198,7 @@ class question_bank_view {
|
||||
|
||||
protected function print_choose_category_message($categoryandcontext) {
|
||||
echo "<p style=\"text-align:center;\"><b>";
|
||||
print_string("selectcategoryabove", "question");
|
||||
print_string('selectcategoryabove', 'question');
|
||||
echo "</b></p>";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user