From ee16239cf34712dc19773f58fbef3f10776c4ddf Mon Sep 17 00:00:00 2001 From: Daniel Neis Araujo Date: Mon, 29 Feb 2016 13:36:58 -0300 Subject: [PATCH] add missing string --- lang/en/enrol_apply.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/en/enrol_apply.php b/lang/en/enrol_apply.php index b76d535..8a919fa 100644 --- a/lang/en/enrol_apply.php +++ b/lang/en/enrol_apply.php @@ -35,6 +35,7 @@ $string['status'] = 'Allow Course enrol confirmation'; $string['confirmenrol'] = 'Manage application'; $string['apply:config'] = 'Configure apply enrol instances'; +$string['apply:enrol'] = 'Enrol users'; $string['apply:manage'] = 'Manage apply enrolment'; $string['apply:unenrol'] = 'Cancel users from the course'; $string['apply:unenrolapply'] = 'Cancel self from the course'; // is this necessary now? @@ -55,4 +56,4 @@ $string['user_profile'] = 'User Profile'; $string['show_standard_user_profile'] = 'Show standard user profile fields on enrolment screen'; $string['show_extra_user_profile'] = 'Show extra user profile fields on enrolment screen'; -?> \ No newline at end of file +?>