Index: trunk/extensions/Maps/Maps.i18n.php |
— | — | @@ -1,5 +1,4 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
5 | 4 | * Internationalization file for the Maps extension. |
6 | 5 | * |
— | — | @@ -40,7 +39,7 @@ |
41 | 40 | 'maps-coordinates-description' => 'Parser hook to format coordinates, from and to any of the supported formats.', |
42 | 41 | 'maps-displaymap-description' => 'Display geographical maps without any wiki-defined markers on them.', |
43 | 42 | 'maps-displaypoint-description' => 'Display geographical maps with one or more wiki-defined markers on them.', |
44 | | - 'maps-distance-description' => "Convert a distance using a certain supported unit to it's equivalent using another unit.", |
| 43 | + 'maps-distance-description' => "Convert a distance using a certain supported unit to its equivalent using another unit.", |
45 | 44 | 'maps-finddestination-description' => 'Find a destination given a starting point(that can be in any of the supported formats), an initial bearing and a distance.', |
46 | 45 | 'maps-geocode-description' => 'Enables the geocoding of addresses, in other words, turning human readable locations into sets of coordinates. There is support for several geocoding services, which should not be confused with mapping services.', |
47 | 46 | 'maps-geodistance-description' => 'Calculate the geographical distance between two points, from and to any of the supported formats.', |