diff options
Diffstat (limited to 'modules_v3/googlemap/module.php')
| -rw-r--r-- | modules_v3/googlemap/module.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v3/googlemap/module.php b/modules_v3/googlemap/module.php index bcf84216d6..2a23232ad7 100644 --- a/modules_v3/googlemap/module.php +++ b/modules_v3/googlemap/module.php @@ -1724,7 +1724,7 @@ class googlemap_WT_Module extends WT_Module implements WT_Module_Config, WT_Modu default: // Do not run until user selects a gedcom/place/etc. // Instead, show some useful help info. - echo '<div class="gm_check_top accepted">', WT_I18N::translate('This will list all the places from the selected GEDCOM file. By default this will NOT INCLUDE places that are fully matched between the GEDCOM file and the GoogleMap tables'), '</div>'; + echo '<div class="gm_check_top accepted">', WT_I18N::translate('This will list all the places from the selected GEDCOM file. By default this will NOT INCLUDE places that are fully matched between the GEDCOM file and the GoogleMap tables'), '</div>'; break; } } |
