summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2011-02-23 09:20:19 +0000
committerfisharebest <fisharebest@gmail.com>2011-02-23 09:20:19 +0000
commitba949d078c23b4b77700320c28a5863c8f6d3ef3 (patch)
treeb0e5a489a04d18ea0d64959a8ecc94e0dcad6eea
parentf40d745ce5ed93b613f154c714403fa77b4f67b3 (diff)
downloadwebtrees-ba949d078c23b4b77700320c28a5863c8f6d3ef3.tar.gz
webtrees-ba949d078c23b4b77700320c28a5863c8f6d3ef3.tar.bz2
webtrees-ba949d078c23b4b77700320c28a5863c8f6d3ef3.zip
Remove "obvious" help text
-rw-r--r--modules/googlemap/wt_v3_googlemap.js.php2
-rw-r--r--modules/googlemap/wt_v3_pedigree_map.js.php2
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