From 3b343526a5af623db92f5a68d2c0940c743459b1 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Wed, 26 Aug 2015 04:45:28 -0500 Subject: [PATCH] Update usage of language terms --- main/inc/global_error_message.inc.php | 2 +- main/install/install.lib.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main/inc/global_error_message.inc.php b/main/inc/global_error_message.inc.php index 03bb68c29b..b1e03ee6ea 100755 --- a/main/inc/global_error_message.inc.php +++ b/main/inc/global_error_message.inc.php @@ -128,7 +128,7 @@ if (is_int($global_error_code) && $global_error_code > 0) {

Welcome to the Chamilo installation wizard

-

Let\'s start hunting knowledge down with Chamilo LMS. The installation wizard will guide you through the Chamilo installation and configuration process.

+

Let\'s start hunting skills down with Chamilo LMS! This wizard will guide you through the Chamilo installation and configuration process.

'.$read_installation_guide.' diff --git a/main/install/install.lib.php b/main/install/install.lib.php index 1cc53dc664..c0423a14cd 100755 --- a/main/install/install.lib.php +++ b/main/install/install.lib.php @@ -677,7 +677,7 @@ function display_requirements( echo '

'.display_step_sequence().get_lang('Requirements')."

"; echo '
'; echo ''.get_lang('ReadThoroughly').'
'; - echo get_lang('MoreDetails').' '.get_lang('ReadTheInstallGuide').'.
'."\n"; + echo get_lang('MoreDetails').' '.get_lang('ReadTheInstallationGuide').'.
'."\n"; if ($installType == 'update') { echo get_lang('IfYouPlanToUpgradeFromOlderVersionYouMightWantToHaveAlookAtTheChangelog').'
';