summaryrefslogtreecommitdiff
path: root/sqlbox/lang
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-25 09:14:18 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-25 09:19:05 +0100
commita3d5dfe86e51c71a7b29776f48e107ccd6fabb31 (patch)
treeeaf46b6abe318d3fa1602a066e06c86708dff0b5 /sqlbox/lang
parent3b907b85a51d489a6a752da80aaddcd854d9e878 (diff)
downloadsqltutor-plugin-a3d5dfe86e51c71a7b29776f48e107ccd6fabb31.tar.gz
sqltutor-plugin-a3d5dfe86e51c71a7b29776f48e107ccd6fabb31.tar.bz2
sqltutor-plugin-a3d5dfe86e51c71a7b29776f48e107ccd6fabb31.zip
Replace all deprecated error() calls with print_error
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 8867d10..f1b4d9e 100644
--- a/sqlbox/lang/en/sqlbox.php
+++ b/sqlbox/lang/en/sqlbox.php
@@ -43,3 +43,4 @@ $string['pluginadministration'] = 'sqlbox administration';
$string['pluginname'] = 'sqlbox';
$string['viewresults'] = 'View Results';
$string['queryfailed'] = 'Query failed: {$a}';
+$string['dbconnectionfailed'] = 'Error: Database connection failed';