From 3da605261d25aad09d8754037ff841348970a4ae Mon Sep 17 00:00:00 2001 From: Brad Jorsch Date: Sun, 27 Sep 2015 16:08:10 -0400 Subject: [PATCH] API: Fix some unclosed tags in en.json Change-Id: Iaf97f17761b57ed2c202acd5f963e5be60e07730 --- includes/api/i18n/en.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index 849cef8a3b..009cc7b61a 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -390,7 +390,7 @@ "apihelp-query+alldeletedrevisions-param-namespace": "Only list pages in this namespace.", "apihelp-query+alldeletedrevisions-param-miser-user-namespace": "Note: Due to [[mw:Manual:$wgMiserMode|miser mode]], using $1user and $1namespace together may result in fewer than $1limit results returned before continuing; in extreme cases, zero results may be returned.", "apihelp-query+alldeletedrevisions-param-generatetitles": "When being used as a generator, generate titles rather than revision IDs.", - "apihelp-query+alldeletedrevisions-example-user": "List the last 50 deleted contributions by user Example.", + "apihelp-query+alldeletedrevisions-example-user": "List the last 50 deleted contributions by user Example.", "apihelp-query+alldeletedrevisions-example-ns-main": "List the first 50 deleted revisions in the main namespace.", "apihelp-query+allfileusages-description": "List all file usages, including non-existing.", @@ -543,8 +543,8 @@ "apihelp-query+backlinks-param-filterredir": "How to filter for redirects. If set to nonredirects when $1redirect is enabled, this is only applied to the second level.", "apihelp-query+backlinks-param-limit": "How many total pages to return. If $1redirect is enabled, the limit applies to each level separately (which means up to 2 * $1limit results may be returned).", "apihelp-query+backlinks-param-redirect": "If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved.", - "apihelp-query+backlinks-example-simple": "Show links to Main page.", - "apihelp-query+backlinks-example-generator": "Get information about pages linking to Main page.", + "apihelp-query+backlinks-example-simple": "Show links to Main page.", + "apihelp-query+backlinks-example-generator": "Get information about pages linking to Main page.", "apihelp-query+blocks-description": "List all blocked users and IP addresses.", "apihelp-query+blocks-param-start": "The timestamp to start enumerating from.", @@ -669,7 +669,7 @@ "apihelp-query+extlinks-param-protocol": "Protocol of the URL. If empty and $1query is set, the protocol is http. Leave both this and $1query empty to list all external links.", "apihelp-query+extlinks-param-query": "Search string without protocol. Useful for checking whether a certain page contains a certain external url.", "apihelp-query+extlinks-param-expandurl": "Expand protocol-relative URLs with the canonical protocol.", - "apihelp-query+extlinks-example-simple": "Get a list of external links on Main Page.", + "apihelp-query+extlinks-example-simple": "Get a list of external links on Main Page.", "apihelp-query+exturlusage-description": "Enumerate pages that contain a given URL.", "apihelp-query+exturlusage-param-prop": "Which pieces of information to include:", -- 2.20.1