diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-30 15:21:01 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-30 15:31:19 +0100 |
commit | d071d3d14eea644296ce98ee753b3f2fa5c5c4ec (patch) | |
tree | 694a5d8cca481f6d02b50832f1c324693046d521 /sqlbox/report.php | |
parent | 010306fccd068e34187da3f575b958e1d5542dc4 (diff) | |
download | sqltutor-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.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>'; |