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-05 04:07:19 +0400
committerMarc Delisle <marc@infomarc.info>2010-05-05 04:07:19 +0400
commit2182098af6d1ab1fc85784793605991f7d1cd595 (patch)
tree7256bb8a302307ae427654589715ddac3cb905fe /tbl_create.php
parent2d304c1f8cfeda182500cc9f6628120c6930e802 (diff)
strings to gettext, second batch
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 44f3176602..a0b9bad746 100644
--- a/tbl_create.php
+++ b/tbl_create.php
@@ -79,7 +79,7 @@ if (isset($_REQUEST['submit_num_fields'])) {
* Selects the database to work with
*/
if (!PMA_DBI_select_db($db)) {
- PMA_mysqlDie(sprintf($GLOBALS['strDatabaseNotExisting'], htmlspecialchars($db)),
+ PMA_mysqlDie(sprintf(__('\'%s\' database does not exist.'), htmlspecialchars($db)),
'', '', 'main.php');
}