summaryrefslogtreecommitdiff
path: root/sqlbox/view.php
diff options
context:
space:
mode:
Diffstat (limited to 'sqlbox/view.php')
-rw-r--r--sqlbox/view.php4
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();