r82440 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82439‎ | r82440 | r82441 >
Date:08:40, 19 February 2011
Author:siebrand
Status:deferred
Tags:
Comment:
Fix typos spotted by Hamilton Abreu.
Modified paths:
  • /trunk/extensions/Maps/Maps.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/Maps.i18n.php
@@ -16,7 +16,7 @@
1717 $messages['en'] = array(
1818 // General
1919 'maps_name' => 'Maps',
20 - 'maps_desc' => "Provides the ability to display coordinate data in maps, and geocode addresses ([http://mapping.referata.com/wiki/Maps_examples demo's]).
 20+ 'maps_desc' => "Provides the ability to display coordinate data in maps, and geocode addresses ([http://mapping.referata.com/wiki/Maps_examples demos]).
2121 Available mapping services: $1",
2222 'maps_map' => 'Map',
2323 'maps-loading-map' => 'Loading map...',
@@ -52,7 +52,7 @@
5353 // Distance parser hook
5454 'maps-distance-par-distance' => "The distance to convert to its equivalent with a specified unit.",
5555 'maps-distance-par-decimals' => 'The maximum number of fractional digits to use in the resulting value.',
56 - 'maps-distance-par-unit' => 'The unit the output the distance in.',
 56+ 'maps-distance-par-unit' => 'The unit to output the distance in.',
5757
5858 // Finddestination paser hook
5959 'maps-finddestination-par-location' => 'The initial location.',
@@ -63,7 +63,7 @@
6464 'maps-finddestination-par-allowcoordinates' => 'Indicates if coordinates should be allowed. If set to no, only addresses will be accepted.',
6565 'maps-finddestination-par-geoservice' => "The geocoding service to use to geocode the value in case it is an address.",
6666 'maps-finddestination-par-mappingservice' => "Parameter to indicate the mapping service to use with this function.
67 -This will maps allow to override the default value of the service parameter by the one that's optimal for the mapping service.
 67+This will allow maps to override the default value of the service parameter by the one that is optimal for the mapping service.
6868 (Example: In case of Google Maps, the Google geocoder will be used.)",
6969
7070 // Geocode parser hook

Status & tagging log