Change talkpagelinktext to lowercase
authorDerk-Jan Hartman <hartman.wiki@gmail.com>
Mon, 21 Dec 2015 13:28:05 +0000 (14:28 +0100)
committerDerk-Jan Hartman <hartman.wiki@gmail.com>
Tue, 22 Dec 2015 21:58:31 +0000 (22:58 +0100)
The message is used during the string "Some user (Talk | contribs |
block)". There, it's used as a general noun, which shouldn't be
capitalized.

This message has been not capitalized on en.wp since 2009

Bug: T99225
Change-Id: I0c18ada9a6a0224f76e14e52f6da1cbfa81e68dd

languages/i18n/en.json
tests/phpunit/includes/changes/RCCacheEntryFactoryTest.php

index 000b4ae..57fb103 100644 (file)
        "unprotectthispage": "Change protection of this page",
        "newpage": "New page",
        "talkpage": "Discuss this page",
-       "talkpagelinktext": "Talk",
+       "talkpagelinktext": "talk",
        "specialpage": "Special page",
        "personaltools": "Personal tools",
        "addsection": "+",
index 0b87727..552dacb 100644 (file)
@@ -212,7 +212,7 @@ class RCCacheEntryFactoryTest extends MediaWikiLangTestCase {
                                ),
                                'child' => array(
                                        'tag' => 'a',
-                                       'content' => 'Talk',
+                                       'content' => 'talk',
                                )
                        ),
                        $cacheEntry->usertalklink,