MDL-28471 make the question flag smaller, and give it a label.

This commit is contained in:
Wale Olujide 2011-07-26 12:07:24 +01:00 committed by Tim Hunt
parent 6f05796919
commit 474ee9389a
3 changed files with 29 additions and 3 deletions

View file

@ -399,3 +399,5 @@ $string['whethercorrect'] = 'Whether correct';
$string['withselected'] = 'With selected';
$string['xoutofmax'] = '{$a->mark} out of {$a->max}';
$string['yougotnright'] = 'You have correctly selected {$a->num}.';
$string['clickflag'] = 'Flag question';
$string['clickunflag'] = 'Unflag question';