From 11a905dfc27834b89faad68d765c8929103c576c Mon Sep 17 00:00:00 2001 From: Vasilis Daloukas Date: Sat, 5 Mar 2016 09:06:15 +0200 Subject: [PATCH] New: Max compute time in crossword and cryptex --- lang/en/game.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en/game.php b/lang/en/game.php index 15561ae..9b8237c 100755 --- a/lang/en/game.php +++ b/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';