MDL-30558 question bank, missing string with obscure permissions.

AMOS BEGIN
 MOV [selectcategoryabove,mod_quiz],[selectcategoryabove,question]
AMOS END
This commit is contained in:
Tim Hunt
2011-12-09 10:47:19 +08:00
committed by Aparup Banerjee
parent 7b80d3c65a
commit 00aa596e8e
4 changed files with 3 additions and 3 deletions
+1
View File
@@ -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';
+1 -1
View File
@@ -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();
}
-1
View File
@@ -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 --';
+1 -1
View File
@@ -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>";
}