Index: trunk/extensions/Maps/Maps.i18n.php |
— | — | @@ -80,7 +80,7 @@ |
81 | 81 | // Geodistance parser hook |
82 | 82 | 'maps-geodistance-par-location1' => 'The first point in the set to calculate the distance between.', |
83 | 83 | 'maps-geodistance-par-location2' => 'The second point in the set to calculate the distance between.', |
84 | | - 'maps-geodistance-par-unit' => 'The unit the output the distance in.', |
| 84 | + 'maps-geodistance-par-unit' => 'The unit to output the distance in.', |
85 | 85 | 'maps-geodistance-par-decimals' => 'The maximum number of fractional digits to use in the resulting value.', |
86 | 86 | 'maps-geodistance-par-mappingservice' => 'The geocoding service to use to geocode any addresses.', |
87 | 87 | 'maps-geodistance-par-geoservice' => 'The mapping service this is used together with. |