Shirayuki has uploaded a new change for review. https://gerrit.wikimedia.org/r/109513
Change subject: i18n: remove leading tab character ...................................................................... i18n: remove leading tab character Spotted by Siebrand http://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Ep-addstudents-instructions/en Change-Id: Id9200b5f8f2ea4d634729bd9ac2ff3ee62f5db36 --- M EducationProgram.i18n.php 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/EducationProgram refs/changes/13/109513/1 diff --git a/EducationProgram.i18n.php b/EducationProgram.i18n.php index f1ccfa7..a2a40fa 100644 --- a/EducationProgram.i18n.php +++ b/EducationProgram.i18n.php @@ -332,7 +332,7 @@ 'epstudentpager-header-student' => 'Student', 'epstudentpager-header-articles' => 'Articles', 'epstudentpager-header-reviewers' => 'Reviewers', - 'ep-articles-sandboxes' => 'sandboxes', + 'ep-articles-sandboxes' => 'sandboxes', 'ep-articles-remstudent' => 'remove from course', 'ep-articles-remreviewer-self' => 'Remove you as {{GENDER:$1|reviewer}}', 'ep-articles-remreviewer' => 'remove as {{GENDER:$1|reviewer}}', @@ -440,7 +440,7 @@ 'ep-addstudents-section' => "Add students to this course", 'ep-addstudents-instructions' => "Type the usernames of the students you want to add. Press Enter after each one, or click on the menu that appears. You can also paste a list of usernames. - Click \"{{int:ep-addstudents-btn}}\" when you're done.", +Click \"{{int:ep-addstudents-btn}}\" when you're done.", 'ep-addstudents-url-instructions' => "Note that students may also add themselves by opening this link in their web browsers:", 'ep-addstudents-invalid-users' => "{{PLURAL:$1|This user doesn't|These users don't}} exist: $2.", 'ep-addstudents-btn' => "Add", -- To view, visit https://gerrit.wikimedia.org/r/109513 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id9200b5f8f2ea4d634729bd9ac2ff3ee62f5db36 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
