diff options
author | jenkins-bot <jenkins-bot@gerrit.wikimedia.org> | 2025-03-26 14:31:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@wikimedia.org> | 2025-03-26 14:31:09 +0000 |
commit | bc99c09825517177e645a1829bab164ae97be6e8 (patch) | |
tree | befde0b597dc25b33e4d3e247248144afb7e1654 | |
parent | aa7be094808ebe90d09acac3e75d1a683c095012 (diff) | |
parent | 6a948ab58acfa0315c43495780eb5bce24e33efa (diff) | |
download | mediawikicore-bc99c09825517177e645a1829bab164ae97be6e8.tar.gz mediawikicore-bc99c09825517177e645a1829bab164ae97be6e8.zip |
Merge "apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits: Add trailing fullstop"
-rw-r--r-- | includes/api/i18n/en.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index 93e6dc2d29d4..3964e27fb772 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -1425,7 +1425,7 @@ "apihelp-query+userinfo-paramvalue-prop-options": "Lists all preferences the current user has set.", "apihelp-query+userinfo-paramvalue-prop-editcount": "Adds the current user's edit count.", "apihelp-query+userinfo-paramvalue-prop-ratelimits": "Lists all rate limits applying to the current user.", - "apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits": "Lists all rate limits that would apply to the current user if they were not exempt from all ratelimits based on user rights or ip", + "apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits": "Lists all rate limits that would apply to the current user if they were not exempt from all ratelimits based on user rights or ip.", "apihelp-query+userinfo-paramvalue-prop-realname": "Adds the user's real name.", "apihelp-query+userinfo-paramvalue-prop-email": "Adds the user's email address and email authentication date.", "apihelp-query+userinfo-paramvalue-prop-acceptlang": "Echoes the <code>Accept-Language</code> header sent by the client in a structured format.", |