MDL-26245 Fixed typo in dbtransfer exception string
This commit is contained in:
@@ -34,7 +34,7 @@ $string['exportdata'] = 'Export data';
|
||||
$string['exportschemaexception'] = 'Current database structure does not match all install.xml files. <br /> {$a}';
|
||||
$string['checkingsourcetables'] = 'Checking source table structure';
|
||||
$string['importschemaexception'] = 'Current database structure does not match all install.xml files. <br /> {$a}';
|
||||
$string['importversionmismatchexception'] = 'Current version {$a->currentver} does match exported version {$a->schemaver}.';
|
||||
$string['importversionmismatchexception'] = 'Current version {$a->currentver} does not 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';
|
||||
|
||||
Reference in New Issue
Block a user