Browse Source

Fix missing string gameopenclose at lang/en/game.php

MOODLE_20_STABLE
Vasilis Daloukas 9 years ago
parent
commit
7ffef31be4
  1. 1
      lang/en/game.php
  2. 4
      version.php

1
lang/en/game.php

@ -241,6 +241,7 @@ $string[ 'cryptex_options'] = 'Cryptex options';
$string[ 'disablesummarize'] = 'Disable summarize'; $string[ 'disablesummarize'] = 'Disable summarize';
$string[ 'gameclose'] = 'Close the game'; $string[ 'gameclose'] = 'Close the game';
$string[ 'gameopen'] = 'Open the game'; $string[ 'gameopen'] = 'Open the game';
$string[ 'gameopenclose'] = 'Open and close dates';
$string[ 'gameopenclose_help'] = 'Students can only start their attempt(s) after the open time and they must complete their attempts before the close time.'; $string[ 'gameopenclose_help'] = 'Students can only start their attempt(s) after the open time and they must complete their attempts before the close time.';
$string[ 'grademethod'] = 'Grading method'; $string[ 'grademethod'] = 'Grading method';
$string[ 'hangman_allowspaces'] = 'Allow spaces in words'; $string[ 'hangman_allowspaces'] = 'Allow spaces in words';

4
version.php

@ -36,10 +36,10 @@ if (!isset( $plugin)) {
} }
$plugin->component = 'mod_game'; // Full name of the plugin (used for diagnostics). $plugin->component = 'mod_game'; // Full name of the plugin (used for diagnostics).
$plugin->version = 2015123104; // The current module version (Date: YYYYMMDDXX). $plugin->version = 2016020201; // The current module version (Date: YYYYMMDDXX).
$plugin->requires = 2010112400; // Requires Moodle 2.0. $plugin->requires = 2010112400; // Requires Moodle 2.0.
$plugin->cron = 0; // Period for cron to check this module (secs). $plugin->cron = 0; // Period for cron to check this module (secs).
$plugin->release = '2015-12-31 (4)'; $plugin->release = '2016-02-02';
if ($useplugin != 2) { if ($useplugin != 2) {
$module = $plugin; $module = $plugin;

Loading…
Cancel
Save