jenkins-bot has submitted this change and it was merged.

Change subject: i18n: avoid full-width single-quote
......................................................................


i18n: avoid full-width single-quote

for consistency

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

Approvals:
  Siebrand: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/EducationProgram.i18n.php b/EducationProgram.i18n.php
index 6c4a280..6d36030 100644
--- a/EducationProgram.i18n.php
+++ b/EducationProgram.i18n.php
@@ -30,9 +30,9 @@
        'ep-student-view-profile' => 'student profile',
        'ep-err-failed-to-save' => 'Something went wrong - your changes have 
not been saved.',
        'ep-err-course-exists-title' => 'Error: Course exists',
-       'ep-err-course-exists-text' => 'You’re attempting to create the course 
$1, but it already exists.',
+       'ep-err-course-exists-text' => 'You are attempting to create the course 
$1, but it already exists.',
        'ep-err-org-exists-title' => 'Error: Institution exists',
-       'ep-err-org-exists-text' => 'You’re attempting to create the 
institution $1, but it already exists.',
+       'ep-err-org-exists-text' => 'You are attempting to create the 
institution $1, but it already exists.',
        'ep-didyouknow-header' => 'Did you know ... ?',
 
        // Tabs

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I5abaf84f58c4194424a0acffaf6a6049e0aad2b7
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/EducationProgram
Gerrit-Branch: master
Gerrit-Owner: Shirayuki <shirayuk...@gmail.com>
Gerrit-Reviewer: Siebrand <siebr...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to