summaryrefslogtreecommitdiff
path: root/sqlbox/report.php
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-30 15:21:01 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-30 15:31:19 +0100
commitd071d3d14eea644296ce98ee753b3f2fa5c5c4ec (patch)
tree694a5d8cca481f6d02b50832f1c324693046d521 /sqlbox/report.php
parent010306fccd068e34187da3f575b958e1d5542dc4 (diff)
downloadsqltutor-plugin-d071d3d14eea644296ce98ee753b3f2fa5c5c4ec.tar.gz
sqltutor-plugin-d071d3d14eea644296ce98ee753b3f2fa5c5c4ec.tar.bz2
sqltutor-plugin-d071d3d14eea644296ce98ee753b3f2fa5c5c4ec.zip
Translate all frontend texts to german
Diffstat (limited to 'sqlbox/report.php')
-rw-r--r--sqlbox/report.php2
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>';