From b6d5ae4112a86eb4604556db0c1c367c8a103ab9 Mon Sep 17 00:00:00 2001
From: Stefan Giehl <stefan.giehl@mayflower.de>
Date: Thu, 11 Sep 2014 12:56:19 +0200
Subject: [PATCH] refs #6174 #6190 - fixed typo

---
 plugins/CoreAdminHome/lang/en.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins/CoreAdminHome/lang/en.json b/plugins/CoreAdminHome/lang/en.json
index 44738fdba5..7c1d9f3f92 100644
--- a/plugins/CoreAdminHome/lang/en.json
+++ b/plugins/CoreAdminHome/lang/en.json
@@ -27,7 +27,7 @@
         "JSTracking_CustomCampaignQueryParam": "Use custom query parameter names for the campaign name & keyword",
         "JSTracking_CustomCampaignQueryParamDesc": "Note: %1$sPiwik will automatically detect Google Analytics parameters.%2$s",
         "JSTracking_DisableCookies": "Disable all tracking cookies",
-        "JSTracking_DisableCookiesDesc": "Disables all first party cookies. Existing Piwik cookies for this websites will be deleted on the next page view.",
+        "JSTracking_DisableCookiesDesc": "Disables all first party cookies. Existing Piwik cookies for this website will be deleted on the next page view.",
         "JSTracking_EnableDoNotTrack": "Enable client side DoNotTrack detection",
         "JSTracking_EnableDoNotTrack_AlreadyEnabled": "Note: Server side DoNotTrack support has been enabled, so this option will have no effect.",
         "JSTracking_EnableDoNotTrackDesc": "So tracking requests will not be sent if visitors do not wish to be tracked.",
@@ -85,4 +85,4 @@
         "YouMayOptOut": "You may choose not to have a unique web analytics cookie identification number assigned to your computer to avoid the aggregation and analysis of data collected on this website.",
         "YouMayOptOutBis": "To make that choice, please click below to receive an opt-out cookie."
     }
-}
\ No newline at end of file
+}
-- 
GitLab