Skip to content

Commit

Permalink
MDL-45932 enrol_imsenterprise: lang string fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Aug 13, 2014
1 parent 60127c8 commit aa53347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions enrol/imsenterprise/lang/en/enrol_imsenterprise.php
Expand Up @@ -46,6 +46,7 @@
$string['filelockedmailsubject'] = 'Important error: Enrolment file';
$string['fixcasepersonalnames'] = 'Change personal names to Title Case';
$string['fixcaseusernames'] = 'Change usernames to lower case';
$string['imsenterprisecrontask'] = 'Enrolment file processing';
$string['imsenterprise:config'] = 'Configure IMS Enterprise enrol instances';
$string['imsrolesdescription'] = 'The IMS Enterprise specification includes 8 distinct role types. Please choose how you want them to be assigned in Moodle, including whether any of them should be ignored.';
$string['location'] = 'File location';
Expand Down
2 changes: 1 addition & 1 deletion enrol/imsenterprise/version.php
Expand Up @@ -24,6 +24,6 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2014072200; // The current plugin version (Date: YYYYMMDDXX)
$plugin->version = 2014081300; // The current plugin version (Date: YYYYMMDDXX)
$plugin->requires = 2014072200; // Requires this Moodle version
$plugin->component = 'enrol_imsenterprise';

0 comments on commit aa53347

Please sign in to comment.