r107676 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107675‎ | r107676 | r107677 >
Date:00:13, 31 December 2011
Author:jeroendedauw
Status:ok
Tags:
Comment:
fix typos and added desc
Modified paths:
  • /trunk/extensions/EducationProgram/EducationProgram.i18n.php (modified) (history)
  • /trunk/extensions/EducationProgram/specials/SpecialEnroll.php (modified) (history)

Diff [purge]

Index: trunk/extensions/EducationProgram/specials/SpecialEnroll.php
@@ -108,7 +108,7 @@
109109
110110 $out->addHTML( Linker::linkKnown(
111111 SpecialPage::getTitleFor( 'Userlogin' ),
112 - wfMsgHtml( 'ep-enroll-login-and-entroll' ),
 112+ wfMsgHtml( 'ep-enroll-login-and-enroll' ),
113113 array(),
114114 array(
115115 'returnto' => $this->getTitle( $this->subPage )->getFullText()
@@ -119,7 +119,7 @@
120120
121121 $out->addHTML( Linker::linkKnown(
122122 SpecialPage::getTitleFor( 'Userlogin' ),
123 - wfMsgHtml( 'ep-enroll-signup-and-entroll' ),
 123+ wfMsgHtml( 'ep-enroll-signup-and-enroll' ),
124124 array(),
125125 array(
126126 'returnto' => $this->getTitle( $this->subPage )->getFullText(),
Index: trunk/extensions/EducationProgram/EducationProgram.i18n.php
@@ -18,9 +18,8 @@
1919 * @author Jeroen De Dauw
2020 */
2121 $messages['en'] = array(
22 - 'educationprogram-desc' => '', // TODO
 22+ 'educationprogram-desc' => 'Allows for running education courses in which students can enroll.',
2323
24 -
2524 // Misc
2625 'ep-item-summary' => 'Summary',
2726 'ep-toplink' => 'My courses',
@@ -84,7 +83,7 @@
8584 'ep-courses-newname' => 'Course name:',
8685 'ep-courses-add' => 'Add course',
8786 '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.',
8988 'ep-courses-neworg' => 'Institution',
9089
9190 // Special:Terms
@@ -202,8 +201,8 @@
203202 // Special:Enroll
204203 'ep-enroll-title' => 'Enroll for $1 at $2',
205204 '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',
208207 'ep-enroll-not-allowed' => 'Your account is not allowed to enroll',
209208 '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]].',
210209 'ep-enroll-no-id' => 'You need to specify a term to enroll for. A list of existing terms can be found [[Special:Terms|here]].',

Status & tagging log