From 4d4b70378bed9815bb2f4c0e4b81740abfdf6f15 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Tue, 25 Nov 2008 13:06:57 +0000 Subject: [PATCH] Fix typo. --- lang/en_utf8/dbtransfer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_utf8/dbtransfer.php b/lang/en_utf8/dbtransfer.php index 3adbaba86b6b1..bf9895aac5f64 100644 --- a/lang/en_utf8/dbtransfer.php +++ b/lang/en_utf8/dbtransfer.php @@ -6,7 +6,7 @@ $string['exportdata'] = 'Export data'; $string['exportschemaexception'] = 'Current database structure does not match all install.xml files.
$a'; $string['importschemaexception'] = 'Current database structure does not match all install.xml files.
$a'; -$string['importversionmismatchexception'] = 'Current version $->currentver does match exported version $a->schemaver.'; +$string['importversionmismatchexception'] = 'Current version $a->currentver does match exported version $a->schemaver.'; $string['malformedxmlexception'] = 'Malformed XML found, can not continue.'; $string['notargetconectexception'] = 'Can not connect target database, sorry.'; $string['transferdata'] = 'Transfer data';