diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-02-23 09:20:19 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-02-23 09:20:19 +0000 |
| commit | ba949d078c23b4b77700320c28a5863c8f6d3ef3 (patch) | |
| tree | b0e5a489a04d18ea0d64959a8ecc94e0dcad6eea | |
| parent | f40d745ce5ed93b613f154c714403fa77b4f67b3 (diff) | |
| download | webtrees-ba949d078c23b4b77700320c28a5863c8f6d3ef3.tar.gz webtrees-ba949d078c23b4b77700320c28a5863c8f6d3ef3.tar.bz2 webtrees-ba949d078c23b4b77700320c28a5863c8f6d3ef3.zip | |
Remove "obvious" help text
| -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 |
