MDL-9123:
Added language string for error message
This commit is contained in:
@@ -252,6 +252,7 @@ $string['incorrect'] = 'Incorrect';
|
||||
$string['indivresp'] = 'Responses of Individuals to Each Item';
|
||||
$string['info'] = 'Info';
|
||||
$string['introduction'] = 'Introduction';
|
||||
$string['invalidcategory'] = 'Category ID is invalid';
|
||||
$string['invalidnumericanswer'] = 'One of the answers you entered was not a valid number.';
|
||||
$string['invalidnumerictolerance'] = 'One of the tolerances you entered was not a valid number.';
|
||||
$string['invalidsource'] = 'The source is not accepted as valid.';
|
||||
|
||||
+1
-1
@@ -68,7 +68,7 @@
|
||||
if (!empty($categoryid)) {
|
||||
$validcats = question_category_options( $course->id, true, false );
|
||||
if (!array_key_exists( $categoryid, $validcats)) {
|
||||
print_error( "Category id ($categoryid) is not permitted." );
|
||||
print_error( 'invalidcategory','quiz' );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user