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

Change subject: Fix wrong i18n message name
......................................................................


Fix wrong i18n message name

Bug: T86226
Change-Id: I8ca084eaef736ba8f3c50515cb7014860a7e3356
---
M ApiQueryFeatureUsage.php
M i18n/en.json
M i18n/qqq.json
3 files changed, 3 insertions(+), 3 deletions(-)

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



diff --git a/ApiQueryFeatureUsage.php b/ApiQueryFeatureUsage.php
index c212cfd..cc37966 100644
--- a/ApiQueryFeatureUsage.php
+++ b/ApiQueryFeatureUsage.php
@@ -76,7 +76,7 @@
        protected function getExamplesMessages() {
                return array(
                        'action=query&meta=featureusage'
-                               => 'apihelp-query+userinfo-example-simple',
+                               => 'apihelp-query+featureusage-example-simple',
                );
        }
 
diff --git a/i18n/en.json b/i18n/en.json
index 22bbaf8..30742ac 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -24,7 +24,7 @@
        "apihelp-query+featureusage-param-end": "End of date range to query.",
        "apihelp-query+featureusage-param-agent": "User agent to query. If not 
specified, the agent in the request will be queried.",
        "apihelp-query+featureusage-param-features": "If specified, return 
details on only these features.",
-       "apihelp-query+userinfo-example-simple": "Query feature usage for the 
current user agent",
+       "apihelp-query+featureusage-example-simple": "Query feature usage for 
the current user agent",
 
        "apifeatureusage-htmlform-date-placeholder": "YYYY-MM-DD",
        "apifeatureusage-htmlform-date-invalid": "The value you specified is 
not a recognized date. Try using YYYY-MM-DD format.",
diff --git a/i18n/qqq.json b/i18n/qqq.json
index 88304c8..7d7ae6f 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -25,7 +25,7 @@
        "apihelp-query+featureusage-param-end": 
"{{doc-apihelp-param|query+featureusage|end}}",
        "apihelp-query+featureusage-param-agent": 
"{{doc-apihelp-param|query+featureusage|agent|info=See definition of [[w:User 
agent|user agent]] on Wikipedia.}}",
        "apihelp-query+featureusage-param-features": 
"{{doc-apihelp-param|query+featureusage|features}}",
-       "apihelp-query+userinfo-example-simple": 
"{{doc-apihelp-example|query+featureusage|info=See definition of [[w:User 
agent|user agent]] on Wikipedia.}}",
+       "apihelp-query+featureusage-example-simple": 
"{{doc-apihelp-example|query+featureusage|info=See definition of [[w:User 
agent|user agent]] on Wikipedia.}}",
        "apifeatureusage-htmlform-date-placeholder": "Used as initial 
placeholder text in \"date\" input boxes. This date MUST be formatted in the 
https://en.wikipedia.org/wiki/ISO_8601 format. You can localise the letters to 
your language or script, but you should not change the format.",
        "apifeatureusage-htmlform-date-invalid": "Used as error message in HTML 
forms. This date MUST be formatted in the 
https://en.wikipedia.org/wiki/ISO_8601 format. You can localise the letters to 
your language or script, but you should not change the format.\n\n* 
{{msg-mw|Htmlform-invalid-input}}\n* 
{{msg-mw|Apifeatureusage-htmlform-date-placeholder}}\n* 
{{msg-mw|Apifeatureusage-htmlform-date-toolow}}\n* 
{{msg-mw|Apifeatureusage-htmlform-date-toohigh}}\n* 
{{msg-mw|Htmlform-required}}",
        "apifeatureusage-htmlform-date-toolow": "Used as error message in HTML 
forms. Parameters:\n* $1 - minimum date\nSee also:\n* 
{{msg-mw|Htmlform-invalid-input}}\n* {{msg-mw|Htmlform-required}}\n* 
{{msg-mw|Apifeatureusage-htmlform-date-invalid}}\n* 
{{msg-mw|Apifeatureusage-htmlform-date-toohigh}}",

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8ca084eaef736ba8f3c50515cb7014860a7e3356
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ApiFeatureUsage
Gerrit-Branch: master
Gerrit-Owner: Anomie <[email protected]>
Gerrit-Reviewer: Raimond Spekking <[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