From cc002f9d04b356fdaac28b34003ca26102d39b02 Mon Sep 17 00:00:00 2001 From: Helen Foster Date: Tue, 25 May 2010 09:39:46 +0000 Subject: [PATCH] MDL-21695 rewording help string --- question/type/calculated/lang/en/qtype_calculated.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/question/type/calculated/lang/en/qtype_calculated.php b/question/type/calculated/lang/en/qtype_calculated.php index 87f7a7410ee..8a8cc3cbef6 100644 --- a/question/type/calculated/lang/en/qtype_calculated.php +++ b/question/type/calculated/lang/en/qtype_calculated.php @@ -24,7 +24,7 @@ */ $string['addingcalculated'] = 'Adding a calculated question'; -$string['addingcalculated_help'] = 'Calculated questions offers a way to create individual numerical question by the use of wildcards that are substituted with individual values when the quiz is taken. '; +$string['addingcalculated_help'] = 'Calculated questions enable individual numerical questions to be created using wildcards that are substituted with individual values when the quiz is taken.'; $string['addingcalculated_link'] = 'question/type/calculated'; $string['addingcalculated_help'] = 'Calculated questions offers a way to create individual numerical question by the use of wildcards that are substituted with individual values when the quiz is taken. '; $string['addingcalculated_link'] = 'question/type/calculated'; -- 2.36.1