diff --git a/fhem/FHEM/98_GEOFANCY.pm b/fhem/FHEM/98_GEOFANCY.pm
index 0031af711..07ededdc0 100755
--- a/fhem/FHEM/98_GEOFANCY.pm
+++ b/fhem/FHEM/98_GEOFANCY.pm
@@ -29,7 +29,7 @@
#
# Major Version History:
# - 1.1.0 - 2014-02-06
-# -- Support for both apps: Geofency and Geofancy
+# -- Support for both apps: Geofency and Locative
#
# - 1.0.0 - 2014-01-09
# -- First release
@@ -166,7 +166,7 @@ sub GEOFANCY_Set($@) {
###################################
sub GEOFANCY_CGI() {
-# Geofancy
+# Locative
# /$infix?device=UUIDdev&id=UUIDloc&latitude=xx.x&longitude=xx.x&trigger=(enter|exit)
#
# Geofency
@@ -314,7 +314,7 @@ m/(19|20)\d\d-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T([0-1][0-9]|2[0-3]):([0-5
if ( defined( $webArgs->{device} )
&& $webArgs->{device} =~ m/(?:\s)/ );
- # Geofancy.app
+ # Locative.app
if ( defined $webArgs->{trigger} ) {
$id = $webArgs->{id};
$entry = $webArgs->{trigger};
@@ -501,10 +501,10 @@ sub GEOFANCY_ISO8601UTCtoLocal ($) {