diff options
Diffstat (limited to 'sqlbox/report.php')
-rw-r--r-- | sqlbox/report.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlbox/report.php b/sqlbox/report.php index d67a6a0..02dabef 100644 --- a/sqlbox/report.php +++ b/sqlbox/report.php @@ -28,7 +28,7 @@ $PAGE->set_context($context); echo $OUTPUT->header(); echo '<div class="reportlink">'; -echo "<a href=\"reportall.php?id=$cm->id\">View all results</a>"; +echo "<a href=\"reportall.php?id=$cm->id\">".get_string('viewallresults', 'sqlbox')."</a>"; echo '</div>'; |