IoannisKydonis has uploaded a new change for review. https://gerrit.wikimedia.org/r/265483
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(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/GeoData refs/changes/83/265483/1 diff --git a/i18n/en.json b/i18n/en.json index 372b1f0..6337507 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 of every result that has its coordinates on Earth from these coordinates.", + "apihelp-query+coordinates-param-distancefrompage": "Return distance in meters of every result that has its coordinates on Earth 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: newchange Gerrit-Change-Id: I25782217a1b80ad56ffa253b5d037693aa66432d Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/GeoData Gerrit-Branch: master Gerrit-Owner: IoannisKydonis <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
