Skip to content

Commit

Permalink
quiz editing: tidy up quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhunt committed Feb 25, 2009
1 parent f3409e5 commit 5d6f63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quiz/edit.php
Expand Up @@ -715,7 +715,7 @@ function module_specific_controls($totalnumber, $recurse, $category, $cmid, $cmo
// display category adding UI
?>
<div id="randomquestiondialog">
<div class="hd"><?php print_string("addrandomquestiontoquiz","quiz",$quizname); ?>
<div class="hd"><?php print_string('addrandomquestiontoquiz', 'quiz', $quizname); ?>
<span id="pagenumber"><!-- TODO: insert pagenumber here via javascript -->
</span>
</div>
Expand Down

0 comments on commit 5d6f63b

Please sign in to comment.