Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2010-05-10 00:24:32 +0400
committerMarc Delisle <marc@infomarc.info>2010-05-10 00:24:32 +0400
commit632211d06557ceb56131a059e5eb116f65fcbedd (patch)
tree944da12a098eb237d1dd1fac102f51d13b2d33f0 /tbl_create.php
parentfde1269ac4dc8ed4d3334a187d81c2322b5a241d (diff)
gettext conversion
Diffstat (limited to 'tbl_create.php')
-rw-r--r--tbl_create.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_create.php b/tbl_create.php
index a0b9bad746..02c637dff7 100644
--- a/tbl_create.php
+++ b/tbl_create.php
@@ -246,7 +246,7 @@ if (isset($_REQUEST['do_save_data'])) {
}
}
- $message = PMA_Message::success('strTableHasBeenCreated');
+ $message = PMA_Message::success(__('Table %1$s has been created.'));
$message->addParam(PMA_backquote($db) . '.' . PMA_backquote($table));
$display_query = $sql_query;