Index: trunk/extensions/GeoData/ApiQueryGeoSearch.php |
— | — | @@ -181,7 +181,7 @@ |
182 | 182 | global $wgDefaultGlobe; |
183 | 183 | return array( |
184 | 184 | 'coord' => 'Coordinate around which to search: two floating-point values separated by pipe (|)', |
185 | | - 'page' => 'Page around which to search', |
| 185 | + 'page' => 'Title of page around which to search', |
186 | 186 | 'radius' => 'Search radius in meters', |
187 | 187 | 'maxdim' => 'Restrict search to objects no larger than this, in meters', |
188 | 188 | 'limit' => 'Maximum number of pages to return', |