From: Federico Leva Date: Sat, 20 May 2017 14:18:54 +0000 (+0200) Subject: Typofixes in two apihelp messages for search and templates X-Git-Tag: 1.31.0-rc.0~3207^2 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=c999ea789d5c235547643eca2913f853387946e9;p=lhc%2Fweb%2Fwiklou.git 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 --- 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.",