Browse Source

Add missing language string game:addinstance

MOODLE_20_STABLE
Vasilis Daloukas 9 years ago
parent
commit
52b4fb3c09
  1. 1
      CHANGES.md
  2. 1
      lang/en/game.php

1
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)
------------------------------------------------------------------

1
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';

Loading…
Cancel
Save