summaryrefslogtreecommitdiff
path: root/modules/googlemap/places_edit.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2011-02-10 18:13:04 +0000
committerfisharebest <fisharebest@gmail.com>2011-02-10 18:13:04 +0000
commitb78adaf92928ca6cc3ff489147fd8ab8fdd2b10c (patch)
treef590134aaa7d88bba4b6f6a5196ded086d12e0d4 /modules/googlemap/places_edit.php
parent5880743058d1157d4380204ed661f29f12ee280e (diff)
downloadwebtrees-b78adaf92928ca6cc3ff489147fd8ab8fdd2b10c.tar.gz
webtrees-b78adaf92928ca6cc3ff489147fd8ab8fdd2b10c.tar.bz2
webtrees-b78adaf92928ca6cc3ff489147fd8ab8fdd2b10c.zip
Fix: wrong name for USE_STREETVIEW config setting
Diffstat (limited to 'modules/googlemap/places_edit.php')
-rw-r--r--modules/googlemap/places_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/googlemap/places_edit.php b/modules/googlemap/places_edit.php
index b5abd0298c..36699505a0 100644
--- a/modules/googlemap/places_edit.php
+++ b/modules/googlemap/places_edit.php
@@ -131,7 +131,7 @@ if ($action=='updaterecord' && WT_USER_IS_ADMIN) {
// Update placelocation STREETVIEW fields ----------------------------------------------------------
if ($action=='update_sv_params' && WT_USER_IS_ADMIN) {
- echo "Streetview parameters updated";
+ echo "Google Street View parameters updated";
echo "<br /><br />";
echo "LATI = ".$_REQUEST['svlati']."<br />";
echo "LONG = ".$_REQUEST['svlong']."<br />";