Shirayuki has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/77258


Change subject: Fix group-* and grouppage-* message
......................................................................

Fix group-* and grouppage-* message

* group-* should be plural for consistency

Change-Id: I7af9caa3190c2c07cb0e6047b51498289a4e57af
---
M EducationProgram.i18n.php
1 file changed, 5 insertions(+), 5 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/EducationProgram 
refs/changes/58/77258/1

diff --git a/EducationProgram.i18n.php b/EducationProgram.i18n.php
index 27d7ea1..361bb2f 100644
--- a/EducationProgram.i18n.php
+++ b/EducationProgram.i18n.php
@@ -173,19 +173,19 @@
        // Groups
        'group-epcoordinator' => 'Course coordinators',
        'group-epcoordinator-member' => '{{GENDER:$1|course coordinator}}',
-       'grouppage-epcoordinator' => '{{ns:project}}:Course_coordinators',
+       'grouppage-epcoordinator' => '{{ns:project}}:Course coordinators',
 
        'group-eponline' => 'Course online volunteers',
        'group-eponline-member' => '{{GENDER:$1|course online volunteer}}',
-       'grouppage-eponline' => '{{ns:project}}:Course_online_volunteers',
+       'grouppage-eponline' => '{{ns:project}}:Course online volunteers',
 
        'group-epcampus' => 'Course campus volunteers',
        'group-epcampus-member' => '{{GENDER:$1|course campus volunteer}}',
-       'grouppage-epcampus' => '{{ns:project}}:Course_campus_volunteers',
+       'grouppage-epcampus' => '{{ns:project}}:Course campus volunteers',
 
-       'group-epinstructor' => 'Course instructor',
+       'group-epinstructor' => 'Course instructors',
        'group-epinstructor-member' => '{{GENDER:$1|course instructor}}',
-       'grouppage-epinstructor' => '{{ns:project}}:Course_instructors',
+       'grouppage-epinstructor' => '{{ns:project}}:Course instructors',
 
        // Special pages
        'specialpages-group-education' => 'Education',

-- 
To view, visit https://gerrit.wikimedia.org/r/77258
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7af9caa3190c2c07cb0e6047b51498289a4e57af
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/EducationProgram
Gerrit-Branch: master
Gerrit-Owner: Shirayuki <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to