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_relation_new.php
parent850556978b89629dde667a482937755dde21fc0c (diff)
undefined messages in Designer
Diffstat (limited to 'pmd_relation_new.php')
-rw-r--r--pmd_relation_new.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pmd_relation_new.php b/pmd_relation_new.php
index 32d42efc12..6ea4485d66 100644
--- a/pmd_relation_new.php
+++ b/pmd_relation_new.php
@@ -65,7 +65,7 @@ if (PMA_foreignkey_supported($type_T1) && PMA_foreignkey_supported($type_T2) &&
// internal (pmadb) relation
} else {
if ($GLOBALS['cfgRelation']['relwork'] == false) {
- PMD_return_new(0, 'strGeneralRelationFeat:strDisabled');
+ PMD_return_new(0, _('General relation features') . ':' . _('Disabled'));
} else {
// no need to recheck if the keys are primary or unique at this point,
// this was checked on the interface part