summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/googlemap/pedigree_map.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/googlemap/pedigree_map.php b/modules/googlemap/pedigree_map.php
index 969c5622d0..e9dd1d9f73 100644
--- a/modules/googlemap/pedigree_map.php
+++ b/modules/googlemap/pedigree_map.php
@@ -297,7 +297,7 @@ if (isset($curgen)){
// I18N: %1$d is a count of individuals, %2$s is a list of their names
echo " ".i18n::plural(
'%1$d individual is missing birthplace map coordinates: %2$s.',
- '%1$d individuals are missing birthplace map coordinates: %2Ss.',
+ '%1$d individuals are missing birthplace map coordinates: %2$s.',
$miscount, $miscount, $missing),
'<br />';
}