Fix typo.
authortjhunt <tjhunt>
Tue, 25 Nov 2008 13:06:57 +0000 (13:06 +0000)
committertjhunt <tjhunt>
Tue, 25 Nov 2008 13:06:57 +0000 (13:06 +0000)
lang/en_utf8/dbtransfer.php

index 3adbaba86b6b17e850aee367b28b28f6f039f2d3..bf9895aac5f64963e2f746268e856ec4529202d1 100644 (file)
@@ -6,7 +6,7 @@ $string['differenttableexception'] = 'Table $a structure does not match.';
 $string['exportdata'] = 'Export data';
 $string['exportschemaexception'] = 'Current database structure does not match all install.xml files. <br /> $a';
 $string['importschemaexception'] = 'Current database structure does not match all install.xml files. <br /> $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';