}
$PAGE->navbar->add(get_string('assign', 'cohort'));
-$PAGE->set_title(get_string('cohort:assign', 'cohort'));
+$PAGE->set_title(get_string('assigncohorts', 'cohort'));
$PAGE->set_heading($COURSE->fullname);
echo $OUTPUT->header();
$string['cohort'] = 'Cohort';
$string['cohorts'] = 'Cohorts';
$string['cohortsin'] = '{$a}: available cohorts';
-$string['cohort:assign'] = 'Assign cohort members';
-$string['cohort:manage'] = 'Manage cohorts';
-$string['cohort:view'] = 'Use cohorts and view members';
+$string['assigncohorts'] = 'Assign cohort members';
$string['component'] = 'Source';
$string['contextnotfound'] = 'Context <b>{$a}</b> not found or you don\'t have permission to create a cohort there. The default context will be used.';
$string['csvcontainserrors'] = 'Errors were found in CSV data. See details below.';
* The first record contains a list of fieldnames defining the format of the rest of the file
* Required fieldname is name
* Optional fieldnames are idnumber, description, descriptionformat, context, category, category_id, category_idnumber, category_path
-';
\ No newline at end of file
+';