Skip to content

Commit

Permalink
Merge branch 'MDL-70372-master-oldstrings' of git://github.com/mudrd8…
Browse files Browse the repository at this point in the history
…mz/moodle
  • Loading branch information
andrewnicols committed Apr 28, 2021
2 parents 7eb248c + f54b8f9 commit 1b8bd12
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions question/type/numerical/lang/en/qtype_numerical.php
Expand Up @@ -106,14 +106,6 @@
$string['units'] = 'Units';
$string['unitselect'] = 'a drop-down menu';
$string['unitx'] = 'Unit {no} ';
$string['validnumberformats'] = 'Valid number formats';
$string['validnumberformats_help'] = '* regular numbers 13500.67, 13 500.67, 13500,67 or 13 500,67
* if your language pack settings (langconfig.php file) uses a comma (,) as thousand separator *always* put the decimal point (.) as in 13,500.67 : 13,500.
* for exponent form, say 1.350067 * 10<sup>4</sup>, use 1.350067 E4 : 1.350067 E04';

$string['validnumbers'] = '13500.67, 13 500.67, 13,500.67, 13500,67, 13 500,67, 1.350067 E4 or 1.350067 E04';
$string['xmustbenumeric'] = '{$a} must be a number.';
$string['xmustnotbenumeric'] = '{$a} cannot be a number.';
$string['youmustenteramultiplierhere'] = 'You must enter a multiplier here.';

0 comments on commit 1b8bd12

Please sign in to comment.