Skip to content

Commit

Permalink
Improve wording of the warning as suggested by Marc
Browse files Browse the repository at this point in the history
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
  • Loading branch information
madhuracj committed Jul 10, 2015
1 parent 26bd001 commit bb0252e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libraries/server_privileges.lib.php
Expand Up @@ -4230,9 +4230,9 @@ function PMA_getHtmlForUserOverview($pmaThemeImage, $text_dir)
$html_output .= PMA_Message::notice(
__(
'A user account allowing any user from localhost to '
. 'connect is present. This may cause trouble for '
. 'other users who are allowed to connect from any '
. 'host in connecting.'
. 'connect is present. This will prevent other users '
. 'from connecting if the host part of their account '
. 'allows a connection from any (%) host.'
)
)->getDisplay();
break 2;
Expand Down

0 comments on commit bb0252e

Please sign in to comment.