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/view.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/view.php')
-rw-r--r-- | sqlbox/view.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sqlbox/view.php b/sqlbox/view.php index 47a9de4..3b2b07f 100644 --- a/sqlbox/view.php +++ b/sqlbox/view.php @@ -116,9 +116,9 @@ if (isset($data->sqlbox_query)) { if (isset($data->sqlbox_query) || $current) { if ($correct) - echo $OUTPUT->heading("Correct!"); + echo $OUTPUT->heading("Die Anfrage ist korrekt!"); else - echo $OUTPUT->heading("Incorrect!"); + echo $OUTPUT->heading("Die Ergebnismenge der Anfrage ist fehlerhaft!"); } echo $OUTPUT->footer(); |