Index: trunk/extensions/Maps/Maps.i18n.php |
— | — | @@ -26,8 +26,8 @@ |
27 | 27 | 'maps_geocoding_failed' => 'The following {{PLURAL:$2|address|addresses}} could not be geocoded: $1.', |
28 | 28 | 'maps_geocoding_failed_for' => 'The following {{PLURAL:$2|address|addresses}} could not be geocoded and {{PLURAL:$2|has|have}} been omitted from the map: |
29 | 29 | $1', |
30 | | - 'maps_unrecognized_coords' => 'The following coordinates where not recognized: $1.', |
31 | | - 'maps_unrecognized_coords_for' => 'The following coordinates where not recognized and {{PLURAL:$2|has|have}} been omitted from the map: |
| 30 | + 'maps_unrecognized_coords' => 'The following coordinates were not recognized: $1.', |
| 31 | + 'maps_unrecognized_coords_for' => 'The following coordinates were not recognized and {{PLURAL:$2|has|have}} been omitted from the map: |
32 | 32 | $1', |
33 | 33 | 'maps_map_cannot_be_displayed' => 'The map cannot be displayed.', |
34 | 34 | |