From 52b4fb3c09a2726baa55dc812eec1d000fddcd7c Mon Sep 17 00:00:00 2001 From: Vasilis Daloukas Date: Tue, 29 Dec 2015 23:42:32 +0200 Subject: [PATCH] Add missing language string game:addinstance --- CHANGES.md | 1 + lang/en/game.php | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index b3fc0c3..8e6c4d3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,7 @@ Changes in version 3.36.31.1 (2015123101) - New: Disable summarize of attempts. - CONTRIB-5605: Quotation marks breaks the js-code in game Cryptex. - Prevent Style Override of Crossword +- Add missing language string game:addinstance Changes in version 3.36.29.1 (2015122901) ------------------------------------------------------------------ diff --git a/lang/en/game.php b/lang/en/game.php index 5773d9a..6c5b7c7 100755 --- a/lang/en/game.php +++ b/lang/en/game.php @@ -72,6 +72,7 @@ $string[ 'win'] = 'Congratulations !!!'; $string[ 'finish'] = 'End of game'; // File db/access.php. +$string[ 'game:addinstance'] = 'Add a new game'; $string[ 'game:attempt'] = 'Play game'; $string[ 'game:deleteattempts'] = 'Delete attempts'; $string[ 'game:grade'] = 'Grade games manually';