Index: trunk/extensions/Maps/Maps.i18n.php |
— | — | @@ -27,7 +27,7 @@ |
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 | 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: |
| 31 | + 'maps_unrecognized_coords_for' => 'The following {{PLURAL:$2|coordinate was|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 | |