'."\n";
diff --git a/lang/en/group.php b/lang/en/group.php
index e72ec0fc461..7a98c5b473b 100644
--- a/lang/en/group.php
+++ b/lang/en/group.php
@@ -114,6 +114,15 @@ $string['groupsseparate'] = 'Separate groups';
$string['groupsvisible'] = 'Visible groups';
$string['grouptemplate'] = 'Group @';
$string['hidepicture'] = 'Hide picture';
+$string['importgroups'] = 'Import groups';
+$string['importgroups_help'] = 'Groups may be imported via text file. The format of the file should be as follows:
+
+* Each line of the file contains one record
+* Each record is a series of data separated by commas
+* The first record contains a list of fieldnames defining the format of the rest of the file
+* Required fieldname is groupname
+* Optional fieldnames are description, enrolmentkey, picture, hidepicture';
+$string['importgroups_link'] = 'group/import';
$string['javascriptrequired'] = 'This page requires JavaScript to be enabled.';
$string['members'] = 'Members per group';
$string['membersofselectedgroup'] = 'Members of:';
diff --git a/lang/en/moodle.php b/lang/en/moodle.php
index 593bf2122c0..05b7957c6a6 100644
--- a/lang/en/moodle.php
+++ b/lang/en/moodle.php
@@ -859,7 +859,6 @@ $string['importdata'] = 'Import course data';
$string['importdataexported'] = 'Exported data from \'from\' course successfully. Continue to import into your \'to\' course.';
$string['importdatafinished'] = 'Import complete! Continue to your course';
$string['importdatafrom'] = 'Find a course to import data from:';
-$string['importgroups'] = 'Import groups';
$string['inactive'] = 'Inactive';
$string['include'] = 'Include';
$string['includeallusers'] = 'Include all users';