From 7e9fa77fa5d5ede56bfa291706b4d1607671feca Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 11 Aug 2014 10:56:38 -0400 Subject: [PATCH] Improve message and doc Signed-off-by: Marc Delisle --- doc/config.rst | 4 ++-- libraries/config/messages.inc.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/config.rst b/doc/config.rst index f2308b1eab..d71d6687d7 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -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 diff --git a/libraries/config/messages.inc.php b/libraries/config/messages.inc.php index 58f9b72667..a1dbfc453e 100644 --- a/libraries/config/messages.inc.php +++ b/libraries/config/messages.inc.php @@ -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');