From: pichetp Date: Sat, 22 Aug 2009 16:50:46 +0000 (+0000) Subject: MDL-19519 , MDL-1728 minor strings changes X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1bf9a6311e741620172516d3343bb927a8873ebe;p=moodle.git MDL-19519 , MDL-1728 minor strings changes --- diff --git a/question/type/calculated/datasetdefinitions_form.php b/question/type/calculated/datasetdefinitions_form.php index 5a0155e1d1..0bff62a3d1 100644 --- a/question/type/calculated/datasetdefinitions_form.php +++ b/question/type/calculated/datasetdefinitions_form.php @@ -96,8 +96,9 @@ class question_dataset_dependent_definitions_form extends moodleform { $key++; } } + // temporary strings $mform->addElement('header', 'synchronizehdr', get_string("Synchronize the data from shared datasets with other questions in a quiz", $stringfile)); - $mform->addElement('checkbox', "synchronize", '', "For each question in a quiz using a given wild card {x..} from a shared dataset, wild card {x..}will be substituted by the same numerical value."); + $mform->addElement('checkbox', "synchronize", '', "For each question in a quiz using a given wild card {x..} from a shared dataset, the wild card {x..}will be substituted by the same numerical value."); if (isset($this->question->options)&& isset($this->question->options->synchronize) ){ $mform->setDefault("synchronize", $this->question->options->synchronize); } else {