diff --git a/libraries/display_export.lib.php b/libraries/display_export.lib.php
index 375ce3298..5d0ba36ad 100644
--- a/libraries/display_export.lib.php
+++ b/libraries/display_export.lib.php
@@ -67,7 +67,7 @@ if (! empty($sql_query)) {
}
?>
-
+
-
@@ -102,10 +102,10 @@ if (! empty($sql_query)) {
';
echo ''; ?>
@@ -119,7 +119,7 @@ if (! empty($sql_query)) {
-
+
-
@@ -168,13 +168,13 @@ if (! empty($sql_query)) {
addMessage('__SERVER__/');
+ $trans->addMessage('__SERVER__ will become the');
$trans->addString(__('server name'));
if ($export_type == 'database' || $export_type == 'table') {
- $trans->addMessage('__DB__/');
+ $trans->addMessage(', __DB__ will become the');
$trans->addString(__('database name'));
if ($export_type == 'table') {
- $trans->addMessage('__TABLE__/');
+ $trans->addMessage(', __TABLE__ will become the');
$trans->addString(__('table name'));
}
}