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-11-07 15:18:53 +0300
committerMarc Delisle <marc@infomarc.info>2010-11-07 15:18:53 +0300
commitab58b2cf6f0a2d721df1d2a0bb0e4ee44e4053b1 (patch)
tree6103358cbad0e403d8a61ae5eeabc59c22f21114 /pmd_save_pos.php
parent850556978b89629dde667a482937755dde21fc0c (diff)
undefined messages in Designer
Diffstat (limited to 'pmd_save_pos.php')
-rw-r--r--pmd_save_pos.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pmd_save_pos.php b/pmd_save_pos.php
index cea100165e..fb9d1ebd41 100644
--- a/pmd_save_pos.php
+++ b/pmd_save_pos.php
@@ -41,7 +41,7 @@ function PMD_err_sav() {
if (! empty($die_save_pos)) {
header("Content-Type: text/xml; charset=utf-8");
header("Cache-Control: no-cache");
- die('<root act="save_pos" return="strErrorSaveTable"></root>');
+ die('<root act="save_pos" return="' . __('Error saving coordinates for Designer.') . '"></root>');
}
}