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

Change subject: Capitalise button labels
......................................................................


Capitalise button labels

Like pretty much ever other button in MW.

Change-Id: I6dcaefe2a966552ad0d3ca0d88514ff1fbb502a7
---
M i18n/en.json
M tests/HTMLFeatureFieldTest.php
2 files changed, 4 insertions(+), 4 deletions(-)

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



diff --git a/i18n/en.json b/i18n/en.json
index 575adce..2664950 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -15,8 +15,8 @@
        "betafeatures-test-feature-field": "This is a test feature - it should 
not show up.",
        "betafeatures-tooltip": "Introducing Beta Features! This new 
preferences section lets you test and give feedback about new features before 
we launch them as default behavior. Try out something new now!",
        "betafeatures-toplink": "Beta",
-       "mw-ui-feature-discuss": "discussion",
-       "mw-ui-feature-info": "information",
+       "mw-ui-feature-discuss": "Discussion",
+       "mw-ui-feature-info": "Information",
        "mw-ui-feature-requirements-betafeatures": "This feature requires the 
following {{PLURAL:$1|feature|features}} to be enabled:",
        "mw-ui-feature-requirements-browser": "The following 
{{PLURAL:$1|browser is|browsers are}} not supported:",
        "mw-ui-feature-requirements-javascript": "This feature requires 
JavaScript.",
diff --git a/tests/HTMLFeatureFieldTest.php b/tests/HTMLFeatureFieldTest.php
index ee98a9d..375f6e4 100644
--- a/tests/HTMLFeatureFieldTest.php
+++ b/tests/HTMLFeatureFieldTest.php
@@ -68,11 +68,11 @@
                                'message' => 'Meta div not found.',
                        ),
                        array(
-                               'pattern' => '#<a 
href="http://example.org/features"; 
class="mw-ui-feature-info-link">information</a>#',
+                               'pattern' => '#<a 
href="http://example.org/features"; 
class="mw-ui-feature-info-link">Information</a>#',
                                'message' => 'Feature information link not 
found',
                        ),
                        array(
-                               'pattern' => '#<a 
href="http://example.org/feedback"; 
class="mw-ui-feature-discussion-link">discussion</a>#',
+                               'pattern' => '#<a 
href="http://example.org/feedback"; 
class="mw-ui-feature-discussion-link">Discussion</a>#',
                                'message' => 'Discussion link not found',
                        ),
                        array(

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I6dcaefe2a966552ad0d3ca0d88514ff1fbb502a7
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/BetaFeatures
Gerrit-Branch: master
Gerrit-Owner: Esanders <[email protected]>
Gerrit-Reviewer: Jforrester <[email protected]>
Gerrit-Reviewer: Legoktm <[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