From d76971d8dd64f808398c3a37e07a38ba2224d9bd Mon Sep 17 00:00:00 2001 From: Evert Beurskens Date: Fri, 10 Apr 2015 10:18:38 -0400 Subject: [PATCH] Clarify configuration message Signed-off-by: Evert Beurskens evertbeurskens@gmail.com --- libraries/config/messages.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/config/messages.inc.php b/libraries/config/messages.inc.php index 4db0a84ca4..b3437df007 100644 --- a/libraries/config/messages.inc.php +++ b/libraries/config/messages.inc.php @@ -770,7 +770,7 @@ $strConfigSQLQuery_Edit_name = __('Edit'); $strConfigSQLQuery_Explain_name = __('Explain SQL'); $strConfigSQLQuery_Refresh_name = __('Refresh'); $strConfigSQLQuery_ShowAsPHP_name = __('Create PHP Code'); -$strConfigSuhosinDisableWarning_desc = __('A warning is displayed on the main page if Suhosin is detected.'); +$strConfigSuhosinDisableWarning_desc = __('Disable the default warning that is displayed on the main page if Suhosin is detected.'); $strConfigSuhosinDisableWarning_name = __('Suhosin warning'); $strConfigLoginCookieValidityDisableWarning_desc = __('Disable the default warning that is displayed on the main page if the value of the PHP setting session.gc_maxlifetime is less than the value of `LoginCookieValidity`.'); $strConfigLoginCookieValidityDisableWarning_name = __(