Browse Source

New: Max compute time in crossword and cryptex

MOODLE_20_STABLE
Vasilis Daloukas 9 years ago
parent
commit
11a905dfc2
  1. 1
      lang/en/game.php

1
lang/en/game.php

@ -233,6 +233,7 @@ $string[ 'cross_layout0'] = 'Phrases on the bottom of cross';
$string[ 'cross_layout1'] = 'Phrases on the right of cross';
$string[ 'cross_maxcols'] = 'Maximum number of cols/rows';
$string[ 'cross_max_attempts'] = 'Maximum number of attempts';
$string[ 'cross_maxcomputetime'] = 'Maximum compute time in seconds';
$string[ 'cross_maxwords'] = 'Maximum number of words';
$string[ 'cross_minwords'] = 'Minimum number of words';
$string[ 'cross_options'] = 'Crossword options';

Loading…
Cancel
Save