From 1ddb83edc31addf19e2379a62280134510c3711b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 12 Nov 2010 14:05:36 +0100 Subject: [PATCH] Rewrite warning about missing/incomplete pmadb, it's not just about linked tables. --- main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.php b/main.php index 727768bcf..e3f054daf 100644 --- a/main.php +++ b/main.php @@ -301,7 +301,7 @@ if (file_exists('./config')) { if ($server > 0) { $cfgRelation = PMA_getRelationsParam(); if(!$cfgRelation['allworks'] && $cfg['PmaNoRelation_DisableWarning'] == false) { - $message = PMA_Message::notice(__('The additional features for working with linked tables have been deactivated. To find out why click %shere%s.')); + $message = PMA_Message::notice(__('The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. To find out why click %shere%s.')); $message->addParam('', false); $message->addParam('', false); /* Show error if user has configured something, notice elsewhere */