correct template variable

This commit is contained in:
Marc Delisle
2010-08-27 10:03:52 -04:00
parent 53cf7b5952
commit c9d4d52fff

View File

@@ -229,7 +229,7 @@ if(isset($_GET['sql_query'])) {
$trans->addMessage('@SERVER@ will become the');
$trans->addString(__('server name'));
if ($export_type == 'database' || $export_type == 'table') {
$trans->addMessage(', @DB@ will become the');
$trans->addMessage(', @DATABASE@ will become the');
$trans->addString(__('database name'));
if ($export_type == 'table') {
$trans->addMessage(', @TABLE@ will become the');