Fix you -> your in 'pagedata-text' message
authorReedy <reedy@wikimedia.org>
Mon, 4 Sep 2017 16:25:34 +0000 (17:25 +0100)
committerReedy <reedy@wikimedia.org>
Mon, 4 Sep 2017 16:33:38 +0000 (16:33 +0000)
Bug: T174961
Change-Id: I7cfcfca4decac3e2afc09e58959a001ac13d3d49

languages/i18n/en.json
tests/phpunit/includes/specials/SpecialPageDataTest.php

index f884e94..a22e3f0 100644 (file)
        "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."
 }
index c93fe47..3d0d344 100644 (file)
@@ -140,7 +140,7 @@ class SpecialPageDataTest extends SpecialPageTestBase {
                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"
                );