From aeb7eb2b657083ec8ab56df57e3f09209664bf2a Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 8 Aug 2008 16:04:32 +0000 Subject: [PATCH] message improvement --- lang/english-utf-8.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index db7e7cabf4..45855f3d44 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -24,7 +24,7 @@ $timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; $strAbortedClients = 'Aborted'; $strAccessDenied = 'Access denied'; -$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; +$strAccessDeniedCreateConfig = 'You probably did not create a configuration file. You might want to use %1$ssetup script%2$s to create one.'; $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.'; $strAction = 'Action'; $strActions = 'Actions';