Skip to content

Commit

Permalink
MDL-38731 course: split course group settings header
Browse files Browse the repository at this point in the history
Allow translators to translate the heading differently.

AMOS BEGIN
  CPY [groups,group],[groupsettingsheader,group]
AMOS END

Conflicts:
	course/edit_form.php
  • Loading branch information
danpoltawski committed May 31, 2013
1 parent ee2e56e commit 417dbe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion course/edit_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ function definition() {
enrol_course_edit_form($mform, $course, $context);

//--------------------------------------------------------------------------------
$mform->addElement('header','', get_string('groups', 'group'));
$mform->addElement('header', '', get_string('groupsettingsheader', 'group'));

$choices = array();
$choices[NOGROUPS] = get_string('groupsnone', 'group');
Expand Down
1 change: 1 addition & 0 deletions lang/en/group.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
$string['groupnotamember'] = 'Sorry, you are not a member of that group';
$string['groups'] = 'Groups';
$string['groupscount'] = 'Groups ({$a})';
$string['groupsettingsheader'] = 'Groups';
$string['groupsgroupings'] = 'Groups & groupings';
$string['groupsinselectedgrouping'] = 'Groups in:';
$string['groupsnone'] = 'No groups';
Expand Down

0 comments on commit 417dbe3

Please sign in to comment.