diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-06-07 16:14:45 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-06-07 16:14:45 +0000 |
| commit | b68382014390edf742637ef5c4af80680ef47155 (patch) | |
| tree | 82b0a0ac71cd7225d7572e5109690bdfc6965b70 /modules | |
| parent | 84709f9cc5a4252ef5e2f47eb4f4c9c892697320 (diff) | |
| download | webtrees-b68382014390edf742637ef5c4af80680ef47155.tar.gz webtrees-b68382014390edf742637ef5c4af80680ef47155.tar.bz2 webtrees-b68382014390edf742637ef5c4af80680ef47155.zip | |
#590653 String formatting typo in modules/googlemap/pedigree_map.php [SVN 8640
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/googlemap/pedigree_map.php | 2 |
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 />'; } |
