Skip to content

Commit

Permalink
Clarify message
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Delisle <marc@infomarc.info>
  • Loading branch information
lem9 committed Feb 28, 2015
1 parent f5a9002 commit e7ced71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/config/messages.inc.php
Expand Up @@ -18,8 +18,8 @@
= __('If enabled, user can enter any MySQL server in login form for cookie auth.');
$strConfigAllowArbitraryServer_name = __('Allow login to any MySQL server');
$strConfigArbitraryServerRegexp_desc = __(
'Restricts the MySQL servers the user can enter when login to an arbitrary '
. 'MySQL server is enabled by matching the IP of the MySQL server to the given '
'Restricts the MySQL servers the user can enter when a login to an arbitrary '
. 'MySQL server is enabled by matching the IP or hostname of the MySQL server to the given '
. 'regular expression.'
);
$strConfigArbitraryServerRegexp_name = __('Restrict login to MySQL server');
Expand Down

0 comments on commit e7ced71

Please sign in to comment.