Improve message and doc

Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
Marc Delisle 2014-08-11 10:56:38 -04:00
parent 8664c38346
commit 7e9fa77fa5
2 changed files with 3 additions and 3 deletions

View File

@ -1444,9 +1444,9 @@ Navigation panel setup
:type: boolean
:default: true
Enables Zero Configuration mode in which user will be offered a choice to
Enables Zero Configuration mode in which the user will be offered a choice to
create phpMyAdmin configuration storage in the current database
or use existing, if already present.
or use the existing one, if already present.
.. note::
If there is no central configuration storage defined then you may end up with

View File

@ -787,7 +787,7 @@ $strConfigCaptchaLoginPrivateKey_name = __('Private key for reCaptcha');
$strConfigSendErrorReports_desc = __('Choose the default action when sending error reports.');
$strConfigSendErrorReports_name = __('Send error reports');
$strConfigZeroConf_desc = __(
'Enable Zero Configuration mode which lets you to setup phpMyAdmin '
'Enable Zero Configuration mode which lets you setup phpMyAdmin '
. 'configuration storage tables automatically.'
);
$strConfigZeroConf_name = __('Enable Zero Configuration mode');