
The branch, master has been updated via c9d4d52fffea791508e4ed3aac52f399d985a9ed (commit) from 53cf7b59522c7dd857e3c1de6740561dff0487c6 (commit) - Log ----------------------------------------------------------------- commit c9d4d52fffea791508e4ed3aac52f399d985a9ed Author: Marc Delisle <marc@infomarc.info> Date: Fri Aug 27 10:03:52 2010 -0400 correct template variable ----------------------------------------------------------------------- Summary of changes: libraries/display_export.lib.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libraries/display_export.lib.php b/libraries/display_export.lib.php index ad52bac..911fa08 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'); hooks/post-receive -- phpMyAdmin