From c999ea789d5c235547643eca2913f853387946e9 Mon Sep 17 00:00:00 2001 From: Federico Leva Date: Sat, 20 May 2017 16:18:54 +0200 Subject: [PATCH] Typofixes in two apihelp messages for search and templates Spotted by Dgstranz: * https://translatewiki.net/wiki/Thread:Support/MediaWiki:Apihelp-query%2Bsearch-param-enablerewrites/en * https://translatewiki.net/wiki/Thread:Support/MediaWiki:Apihelp-query%2Btemplates-param-namespace/en Change-Id: I5655d95c6cdd74433d358f15873d4a3a30738f50 --- includes/api/i18n/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index 5f52a1e2b2..db3155234f 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -1119,7 +1119,7 @@ "apihelp-query+search-param-limit": "How many total pages to return.", "apihelp-query+search-param-interwiki": "Include interwiki results in the search, if available.", "apihelp-query+search-param-backend": "Which search backend to use, if not the default.", - "apihelp-query+search-param-enablerewrites": "Enable internal query rewriting. Some search backends can rewrite the query into one its thinks gives better results, such as correcting spelling errors.", + "apihelp-query+search-param-enablerewrites": "Enable internal query rewriting. Some search backends can rewrite the query into another which is thought to provide better results, for instance by correcting spelling errors.", "apihelp-query+search-example-simple": "Search for meaning.", "apihelp-query+search-example-text": "Search texts for meaning.", "apihelp-query+search-example-generator": "Get page info about the pages returned for a search for meaning.", @@ -1177,7 +1177,7 @@ "apihelp-query+tags-example-simple": "List available tags.", "apihelp-query+templates-description": "Returns all pages transcluded on the given pages.", - "apihelp-query+templates-param-namespace": "Show templates in this namespaces only.", + "apihelp-query+templates-param-namespace": "Show templates in these namespaces only.", "apihelp-query+templates-param-limit": "How many templates to return.", "apihelp-query+templates-param-templates": "Only list these templates. Useful for checking whether a certain page uses a certain template.", "apihelp-query+templates-param-dir": "The direction in which to list.", -- 2.20.1