summaryrefslogtreecommitdiff
path: root/sqlbox/lang
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-25 09:00:58 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-25 09:09:36 +0100
commit3b907b85a51d489a6a752da80aaddcd854d9e878 (patch)
tree77fee7e41fa9199b55840731caee78c39d375eda /sqlbox/lang
parentba06ed39d6b5c9d7ba38456783e67c888f3b3cf6 (diff)
downloadsqltutor-plugin-3b907b85a51d489a6a752da80aaddcd854d9e878.tar.gz
sqltutor-plugin-3b907b85a51d489a6a752da80aaddcd854d9e878.tar.bz2
sqltutor-plugin-3b907b85a51d489a6a752da80aaddcd854d9e878.zip
Use print_error function for query error display
Diffstat (limited to 'sqlbox/lang')
-rw-r--r--sqlbox/lang/en/sqlbox.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/sqlbox/lang/en/sqlbox.php b/sqlbox/lang/en/sqlbox.php
index 9da813a..8867d10 100644
--- a/sqlbox/lang/en/sqlbox.php
+++ b/sqlbox/lang/en/sqlbox.php
@@ -42,3 +42,4 @@ $string['sqlbox:readqueries'] = 'Read queries done by users';
$string['pluginadministration'] = 'sqlbox administration';
$string['pluginname'] = 'sqlbox';
$string['viewresults'] = 'View Results';
+$string['queryfailed'] = 'Query failed: {$a}';