From 35b9ecba1d01faad4811b31d2349999f79c4df92 Mon Sep 17 00:00:00 2001 From: Isaac Bennetch Date: Sun, 5 Aug 2018 21:49:46 -0400 Subject: [PATCH] Slightly improve phrasing and grammar Signed-off-by: Isaac Bennetch --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 4a7bff9c32..d7c0a9a3bf 100644 --- a/index.php +++ b/index.php @@ -560,7 +560,7 @@ if ($server != 0 && isset($GLOBALS['cfg']['Server']['controlpass']) && $GLOBALS['cfg']['Server']['controlpass'] == 'pmapass' ) { trigger_error( - __('Your MySQL server is running with default controluser and password, and is open to intrusion, you really should fix this security hole by changing the password for controluser \'pma\'.'), + __('Your server is running with default values for the controluser and password (controlpass) and is open to intrusion; you really should fix this security weakness by changing the password for controluser \'pma\'.'), E_USER_WARNING ); }