Merge branch 'MDL-28132_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE

This commit is contained in:
Eloy Lafuente (stronk7)
2011-07-01 01:38:44 +02:00
+1 -1
View File
@@ -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) {