Index: trunk/extensions/EducationProgram/specials/SpecialEnroll.php |
— | — | @@ -108,7 +108,7 @@ |
109 | 109 | |
110 | 110 | $out->addHTML( Linker::linkKnown( |
111 | 111 | SpecialPage::getTitleFor( 'Userlogin' ), |
112 | | - wfMsgHtml( 'ep-enroll-login-and-entroll' ), |
| 112 | + wfMsgHtml( 'ep-enroll-login-and-enroll' ), |
113 | 113 | array(), |
114 | 114 | array( |
115 | 115 | 'returnto' => $this->getTitle( $this->subPage )->getFullText() |
— | — | @@ -119,7 +119,7 @@ |
120 | 120 | |
121 | 121 | $out->addHTML( Linker::linkKnown( |
122 | 122 | SpecialPage::getTitleFor( 'Userlogin' ), |
123 | | - wfMsgHtml( 'ep-enroll-signup-and-entroll' ), |
| 123 | + wfMsgHtml( 'ep-enroll-signup-and-enroll' ), |
124 | 124 | array(), |
125 | 125 | array( |
126 | 126 | 'returnto' => $this->getTitle( $this->subPage )->getFullText(), |
Index: trunk/extensions/EducationProgram/EducationProgram.i18n.php |
— | — | @@ -18,9 +18,8 @@ |
19 | 19 | * @author Jeroen De Dauw |
20 | 20 | */ |
21 | 21 | $messages['en'] = array( |
22 | | - 'educationprogram-desc' => '', // TODO |
| 22 | + 'educationprogram-desc' => 'Allows for running education courses in which students can enroll.', |
23 | 23 | |
24 | | - |
25 | 24 | // Misc |
26 | 25 | 'ep-item-summary' => 'Summary', |
27 | 26 | 'ep-toplink' => 'My courses', |
— | — | @@ -84,7 +83,7 @@ |
85 | 84 | 'ep-courses-newname' => 'Course name:', |
86 | 85 | 'ep-courses-add' => 'Add course', |
87 | 86 | 'ep-courses-addorgfirst' => 'You need to [[Special:Institutions|add an institution]] before you can create any courses.', |
88 | | - 'ep-courses-noorgs' => 'You are not a mentor of any insitutions yet, so cannot add any courses.', |
| 87 | + 'ep-courses-noorgs' => 'You are not a mentor of any institutions yet, so cannot add any courses.', |
89 | 88 | 'ep-courses-neworg' => 'Institution', |
90 | 89 | |
91 | 90 | // Special:Terms |
— | — | @@ -202,8 +201,8 @@ |
203 | 202 | // Special:Enroll |
204 | 203 | 'ep-enroll-title' => 'Enroll for $1 at $2', |
205 | 204 | 'ep-enroll-login-first' => 'Before you can enroll in this course, you need to login.', |
206 | | - 'ep-enroll-login-and-entroll' => 'Login with an existing account & enroll', |
207 | | - 'ep-enroll-signup-and-entroll' => 'Create a new account & enroll', |
| 205 | + 'ep-enroll-login-and-enroll' => 'Login with an existing account & enroll', |
| 206 | + 'ep-enroll-signup-and-enroll' => 'Create a new account & enroll', |
208 | 207 | 'ep-enroll-not-allowed' => 'Your account is not allowed to enroll', |
209 | 208 | 'ep-enroll-invalid-id' => 'The term you tried to enroll for does not exist. A list of existing terms can be found [[Special:Terms|here]].', |
210 | 209 | 'ep-enroll-no-id' => 'You need to specify a term to enroll for. A list of existing terms can be found [[Special:Terms|here]].', |