From: wildgirl Date: Thu, 13 Nov 2008 14:56:02 +0000 (+0000) Subject: qtype_datasetdependent lang string: MDL-17209 typo fix X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0fbab5239ff6eeebd3cb36d64bce0f372a7c377e;p=moodle.git qtype_datasetdependent lang string: MDL-17209 typo fix --- diff --git a/lang/en_utf8/qtype_datasetdependent.php b/lang/en_utf8/qtype_datasetdependent.php index 00b57b69cd..36473c9272 100644 --- a/lang/en_utf8/qtype_datasetdependent.php +++ b/lang/en_utf8/qtype_datasetdependent.php @@ -17,7 +17,7 @@ $string['forceregeneration'] = 'force regeneration'; $string['getnextnow'] = 'Get New \'Item to Add\' Now'; $string['itemno'] = 'Item $a'; $string['item(s)'] = 'item(s)'; -$string['itemscount']='Items
Count'; +$string['itemscount']='Items
Count'; $string['itemtoadd'] = 'Item To Add'; $string['keptcategory1'] = 'a literal from the same category reusable set of literals as before'; $string['keptcategory2'] = 'a file from the same category reusable set of files as before'; @@ -35,7 +35,7 @@ $string['newlocal1'] = 'a literal from a new set of literals that will only be u $string['newlocal2'] = 'a file from a new set of files that will only be used by this question'; $string['newlocal3'] = 'a link from a new set of links that will only be used by this question'; $string['nodataset'] = 'nothing - it is not a wild card'; -$string['oneanswertrueansweroutsidelimits'] = 'At least one correct answer outside the true value limits.
Modify the answers tolerance settings available as Advanced parameters'; +$string['oneanswertrueansweroutsidelimits'] = 'At least one correct answer outside the true value limits.
Modify the answers tolerance settings available as Advanced parameters'; $string['param'] = 'Param {$a}'; $string['replacewithrandom'] = 'Replace with a random value'; $string['reuseifpossible'] = 'reuse previous value if available';