From 66fbd1af5e2793520f795f55aafb3eeb23a64953 Mon Sep 17 00:00:00 2001
From: Thomas Steur <tsteur@users.noreply.github.com>
Date: Tue, 26 May 2015 09:34:40 +1200
Subject: [PATCH] fixes #7995 fix wrong translation key was used

---
 plugins/UserCountry/Columns/Longitude.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins/UserCountry/Columns/Longitude.php b/plugins/UserCountry/Columns/Longitude.php
index f185506add..4a93f83223 100644
--- a/plugins/UserCountry/Columns/Longitude.php
+++ b/plugins/UserCountry/Columns/Longitude.php
@@ -32,7 +32,7 @@ class Longitude extends Base
 
     public function getName()
     {
-        return Piwik::translate('UserCountry_Latitude');
+        return Piwik::translate('UserCountry_Longitude');
     }
 
     /**
@@ -77,4 +77,4 @@ class Longitude extends Base
     {
         return $visitor->getVisitorColumn($this->columnName);
     }
-}
\ No newline at end of file
+}
-- 
GitLab