From c9d4d52fffea791508e4ed3aac52f399d985a9ed Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 27 Aug 2010 10:03:52 -0400 Subject: [PATCH] correct template variable --- libraries/display_export.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');