diff --git a/libraries/display_export.lib.php b/libraries/display_export.lib.php index ad52bacf4..911fa085e 100644 --- a/libraries/display_export.lib.php +++ b/libraries/display_export.lib.php @@ -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');