Index: trunk/extensions/Maps/Maps.i18n.php |
— | — | @@ -20,8 +20,8 @@ |
21 | 21 | Available mapping services: $1", |
22 | 22 | |
23 | 23 | 'maps_coordinates_missing' => 'No coordinates provided for the map.', |
24 | | - 'maps_geocoding_failed' => 'The following addresses could not be geocoded: $1. The map can not be displayed.', |
25 | | - 'maps_geocoding_failed_for' => 'The following addresses could not be geocoded and have been omitted from the map: $1', |
| 24 | + 'maps_geocoding_failed' => 'The following address(es) could not be geocoded: $1. The map can not be displayed.', |
| 25 | + 'maps_geocoding_failed_for' => 'The following address(es) could not be geocoded and have been omitted from the map: $1', |
26 | 26 | ); |
27 | 27 | |
28 | 28 | /** Message documentation (Message documentation) |