Browse Source

New string: modulename_help

MOODLE_20_STABLE
ubuntu 12 years ago
parent
commit
530e647902
  1. 1
      lang/en/game.php
  2. 4
      version.php

1
lang/en/game.php

@ -165,6 +165,7 @@ $string[ 'helpmillionaire'] = 'A question is displayed to the student which if a
$string[ 'helpsnakes'] = 'A question is displayed to the student which if answered correctly, displays a number on the dice, then game piece moves up the number displayed on the dice.';
$string[ 'helpsudoku'] = 'This game shows a sudoku puzzle to the students with not enough numbers to allow it to be solved. For each question the student correctly answers an additional number is slotted into the puzzle to make it easier to solve.';
$string[ 'modulename'] = 'Game';
$string['modulename_help'] = 'This module contains 8 games: Hangman,Crossword, Cryptex, Millionaire, Sudoku, The hidden picture, Snakes and Ladders and Book with questions';
$string[ 'modulenameplural'] = 'Games';
$string[ 'pluginadministration'] = 'Game administration';
$string[ 'pluginname'] = 'Game';

4
version.php

@ -11,7 +11,7 @@
defined('MOODLE_INTERNAL') || die();
$module->component = 'mod_game'; // Full name of the plugin (used for diagnostics)
$module->version = 2013050301; // The current module version (Date: YYYYMMDDXX)
$module->version = 2013050302; // The current module version (Date: YYYYMMDDXX)
$module->requires = 2010112400; // Requires Moodle 2.0
$module->cron = 0; // Period for cron to check this module (secs)
$module->release = 'v.3.5.3 (2013012801)';
$module->release = '3.5.3.2 (2013050302)';

Loading…
Cancel
Save