diff options
| -rw-r--r-- | modules/googlemap/wt_v3_googlemap.js.php | 2 | ||||
| -rw-r--r-- | modules/googlemap/wt_v3_pedigree_map.js.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/googlemap/wt_v3_googlemap.js.php b/modules/googlemap/wt_v3_googlemap.js.php index 9b481c2033..783acc408c 100644 --- a/modules/googlemap/wt_v3_googlemap.js.php +++ b/modules/googlemap/wt_v3_googlemap.js.php @@ -357,7 +357,7 @@ $STREETVIEW=get_module_setting('googlemap', 'GM_USE_STREETVIEW'); controlUI.style.borderWidth = '2px'; controlUI.style.cursor = 'pointer'; controlUI.style.textAlign = 'center'; - controlUI.title = '<?php echo WT_I18N::translate('Click to reset the map to the original view')?>'; + controlUI.title = ''; controlDiv.appendChild(controlUI); // Set CSS for the control interior diff --git a/modules/googlemap/wt_v3_pedigree_map.js.php b/modules/googlemap/wt_v3_pedigree_map.js.php index 82d59a3ea4..7f3c4fc41b 100644 --- a/modules/googlemap/wt_v3_pedigree_map.js.php +++ b/modules/googlemap/wt_v3_pedigree_map.js.php @@ -59,7 +59,7 @@ function HomeControl(controlDiv, pm_map) { controlUI.style.borderWidth = '2px'; controlUI.style.cursor = 'pointer'; controlUI.style.textAlign = 'center'; - controlUI.title = '<?php echo WT_I18N::translate('Click to reset the map to the original view')?>'; + controlUI.title = ''; controlDiv.appendChild(controlUI); // Set CSS for the control interior |
