jenkins-bot has submitted this change and it was merged. Change subject: Reword GeoData system messages ......................................................................
Reword GeoData system messages Threads: https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Apihelp-query%2Bcoordinates-param-distancefrompage/ksh https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Apihelp-query%2Bcoordinates-param-distancefrompoint/ksh Change-Id: I25782217a1b80ad56ffa253b5d037693aa66432d --- M i18n/en.json 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: MaxSem: Looks good to me, approved Nemo bis: Looks good to me, but someone else must approve jenkins-bot: Verified diff --git a/i18n/en.json b/i18n/en.json index 372b1f0..352823b 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -26,8 +26,8 @@ "apihelp-query+coordinates-param-limit": "How many coordinates to return.", "apihelp-query+coordinates-param-prop": "Which additional coordinate properties to return.", "apihelp-query+coordinates-param-primary": "Whether to return only primary coordinates (\"primary\"), secondary (\"secondary\") or both (\"all\").", - "apihelp-query+coordinates-param-distancefrompoint": "Return distance in meters of every result on Earth from these coordinates.", - "apihelp-query+coordinates-param-distancefrompage": "Return distance in meters of every result on Earth from the coordinates of this page.", + "apihelp-query+coordinates-param-distancefrompoint": "Return distance in meters from the geographical coordinates of every valid result from the given coordinates.", + "apihelp-query+coordinates-param-distancefrompage": "Return distance in meters from the geographical coordinates of every valid result from the coordinates of this page.", "apihelp-query+coordinates-example-1": "Get a list of coordinates of the [[Main Page]]", "apihelp-query+geosearch-description": "Returns pages having coordinates that are located in a certain area.", "apihelp-query+geosearch-param-bbox": "Bounding box to search in: pipe (|) separated coordinates of top left and bottom right corners.", -- To view, visit https://gerrit.wikimedia.org/r/265483 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I25782217a1b80ad56ffa253b5d037693aa66432d Gerrit-PatchSet: 3 Gerrit-Project: mediawiki/extensions/GeoData Gerrit-Branch: master Gerrit-Owner: IoannisKydonis <[email protected]> Gerrit-Reviewer: MaxSem <[email protected]> Gerrit-Reviewer: Nemo bis <[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
