Merge branch 'MDL-28132_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
This commit is contained in:
@@ -114,7 +114,7 @@ class random_qtype extends default_questiontype {
|
||||
} else {
|
||||
$string = 'randomqname';
|
||||
}
|
||||
return get_string($string, 'qtype_random', $category->name);
|
||||
return get_string($string, 'qtype_random', shorten_text($category->name, 100));
|
||||
}
|
||||
|
||||
function save_question($question, $form) {
|
||||
|
||||
Reference in New Issue
Block a user