jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/375831 )

Change subject: Fix you -> your in 'pagedata-text' message
......................................................................


Fix you -> your in 'pagedata-text' message

Bug: T174961
Change-Id: I7cfcfca4decac3e2afc09e58959a001ac13d3d49
---
M languages/i18n/en.json
M tests/phpunit/includes/specials/SpecialPageDataTest.php
2 files changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Bartosz Dziewoński: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/languages/i18n/en.json b/languages/i18n/en.json
index f884e94..a22e3f0 100644
--- a/languages/i18n/en.json
+++ b/languages/i18n/en.json
@@ -4371,7 +4371,7 @@
        "undelete-cantedit": "You cannot undelete this page as you are not 
allowed to edit this page.",
        "undelete-cantcreate": "You cannot undelete this page as there is no 
existing page with this name and you are not allowed to create this page.",
        "pagedata-title": "Page data",
-       "pagedata-text": "This page provides a data interface to pages. Please 
provide the page title in the URL, using subpage syntax.\n* Content negotiation 
applies based on you client's Accept header. This means that the page data will 
be provided in the format preferred by your client.",
+       "pagedata-text": "This page provides a data interface to pages. Please 
provide the page title in the URL, using subpage syntax.\n* Content negotiation 
applies based on your client's Accept header. This means that the page data 
will be provided in the format preferred by your client.",
        "pagedata-not-acceptable": "No matching format found. Supported MIME 
types: $1",
        "pagedata-bad-title": "Invalid title: $1."
 }
diff --git a/tests/phpunit/includes/specials/SpecialPageDataTest.php 
b/tests/phpunit/includes/specials/SpecialPageDataTest.php
index c93fe47..3d0d344 100644
--- a/tests/phpunit/includes/specials/SpecialPageDataTest.php
+++ b/tests/phpunit/includes/specials/SpecialPageDataTest.php
@@ -140,7 +140,7 @@
                list( $output, ) = $this->executeSpecialPage( '', $request );
 
                $this->assertContains(
-                       "Content negotiation applies based on you client's 
Accept header.",
+                       "Content negotiation applies based on your client's 
Accept header.",
                        $output,
                        "output"
                );

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7cfcfca4decac3e2afc09e58959a001ac13d3d49
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>
Gerrit-Reviewer: Bartosz Dziewoński <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to