diff --git a/libraries/relation.lib.php3 b/libraries/relation.lib.php3 index f564eb971..9cf134bee 100644 --- a/libraries/relation.lib.php3 +++ b/libraries/relation.lib.php3 @@ -94,7 +94,7 @@ if (!defined('PMA_RELATION_LIB_INCLUDED')){ . '' . $GLOBALS['strNotOK'] . '' . '[ ' . $GLOBALS['strDocu'] . ' ]
' . "\n" . $GLOBALS['strGeneralRelationFeat'] - . ' ' . $GLOBALS['strEnabled'] . '' . "\n"; + . ' ' . $GLOBALS['strDisabled'] . '' . "\n"; } return $cfgRelation; }