Merge branch 'MDL-45932-fixes' of git://github.com/danpoltawski/moodle

This commit is contained in:
Eloy Lafuente (stronk7)
2014-08-13 12:03:17 +02:00
2 changed files with 2 additions and 1 deletions
@@ -46,6 +46,7 @@ $string['filelockedmail'] = 'The text file you are using for IMS-file-based enro
$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';
+1 -1
View File
@@ -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';