]> git.mjollnir.org Git - moodle.git/commitdiff
qtype_datasetdependent lang string: MDL-17209 typo fix
authorwildgirl <wildgirl>
Thu, 13 Nov 2008 14:56:02 +0000 (14:56 +0000)
committerwildgirl <wildgirl>
Thu, 13 Nov 2008 14:56:02 +0000 (14:56 +0000)
lang/en_utf8/qtype_datasetdependent.php

index 00b57b69cd35c2f1ffed13190264a86e67cb11c9..36473c92724b026aa85685e05444240efadcd979 100644 (file)
@@ -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<br/>Count';
+$string['itemscount']='Items<br />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.<br/>Modify the answers tolerance settings available as Advanced parameters';   
+$string['oneanswertrueansweroutsidelimits'] = 'At least one correct answer outside the true value limits.<br />Modify the answers tolerance settings available as Advanced parameters';   
 $string['param'] = 'Param {<strong>$a</strong>}';
 $string['replacewithrandom'] = 'Replace with a random value';
 $string['reuseifpossible'] = 'reuse previous value if available';