mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 07:25:30 +02:00
MDL-2674 minor lang improvement; backported from MOODLE_19_STABLE
This commit is contained in:
parent
02a0635d17
commit
7d44b1a425
@ -439,7 +439,7 @@ function selectItemInCheckboxByName(formId, checkName, checked ) {
|
||||
echo '<label for="menurestore_groups">'.get_string ('groupsgroupings', 'group').'</label>'.$helplink;
|
||||
echo "</b></td><td colspan=\"2\">";
|
||||
$group_options[RESTORE_GROUPS_NONE] = get_string('none');
|
||||
$group_options[RESTORE_GROUPS_ONLY] = get_string('groups');
|
||||
$group_options[RESTORE_GROUPS_ONLY] = get_string('groupsonly', 'group');
|
||||
$group_options[RESTORE_GROUPINGS_ONLY] = get_string('groupingsonly', 'group');
|
||||
$group_options[RESTORE_GROUPS_GROUPINGS] = get_string('groupsgroupings', 'group'); //all.
|
||||
|
||||
@ -757,4 +757,4 @@ function restore_is_samerole($testroleid, $rolefromxml) {
|
||||
}
|
||||
return true;
|
||||
}
|
||||
?>
|
||||
?>
|
@ -135,5 +135,6 @@ $string['deleteallgroupings'] = 'Delete all groupings';
|
||||
|
||||
$string['groupsgroupings'] = 'Groups & groupings';
|
||||
$string['groupingsonly'] = 'Groupings only';
|
||||
$string['groupsonly'] = 'Groups only';
|
||||
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user