From aface6b425284c37d9bdc4cef6958a087a8de4d2 Mon Sep 17 00:00:00 2001 From: "Robert Foerster (Dessa)" Date: Sat, 29 May 2010 22:03:26 +0000 Subject: [PATCH] fix some typos in preconfig, thanks to tomreyn --- install/updates/preconfig.php | 2 +- install/updates/preconfig/0.9/preconfig_0.9.inc.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install/updates/preconfig.php b/install/updates/preconfig.php index 5f79ba59..5b24b821 100644 --- a/install/updates/preconfig.php +++ b/install/updates/preconfig.php @@ -33,7 +33,7 @@ function getPreConfig($current_version) include_once makeCorrectFile(dirname(__FILE__).'/preconfig/0.9/preconfig_0.9.inc.php'); parseAndOutputPreconfig($has_preconfig, $return, $current_version); - $return .= '

'.makecheckbox('update_changesagreed', 'I have read the update notifications and I am aware of the changes made to my system.', '1', true, '0', true); + $return .= '

'.makecheckbox('update_changesagreed', 'I have read the above update notifications and I am aware of the changes made to my system.', '1', true, '0', true); $return .= ''; $return .= ''; diff --git a/install/updates/preconfig/0.9/preconfig_0.9.inc.php b/install/updates/preconfig/0.9/preconfig_0.9.inc.php index d226fb4d..9edc449d 100644 --- a/install/updates/preconfig/0.9/preconfig_0.9.inc.php +++ b/install/updates/preconfig/0.9/preconfig_0.9.inc.php @@ -83,8 +83,8 @@ function parseAndOutputPreconfig(&$has_preconfig, &$return, $current_version) if(versionInUpdate($current_version, '0.9.6-svn5')) { $has_preconfig = true; - $description = 'If you have more than one PHP-configurations defined in Froxlor you can know set a default one which will be used for every domain.'; - $question = 'Select default PHP-configuration: '; + $description = 'If you have more than one PHP configurations defined in Froxlor you can now set a default one which will be used for every domain.'; + $question = 'Select default PHP configuration: '; $question .= '