Clarify message

Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
Marc Delisle 2015-02-28 06:21:50 -05:00
parent f5a9002209
commit e7ced7194b

View File

@ -18,8 +18,8 @@ $strConfigAllowArbitraryServer_desc
= __('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');