From 97b470b59e26b0239e90ae4ff4981dfe0a1630d0 Mon Sep 17 00:00:00 2001
From: Matthieu Aubry <matt@piwik.org>
Date: Fri, 13 Feb 2015 10:27:27 +1300
Subject: [PATCH] Fix Sitesmanager description typo

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

diff --git a/plugins/SitesManager/lang/en.json b/plugins/SitesManager/lang/en.json
index 7b5ef73ba8..072921ef48 100644
--- a/plugins/SitesManager/lang/en.json
+++ b/plugins/SitesManager/lang/en.json
@@ -49,7 +49,7 @@
         "OnlyOneSiteAtTime": "You can only edit one website at a time. Please Save or Cancel your current modifications to the website %s.",
         "PiwikOffersEcommerceAnalytics": "Piwik allows for advanced Ecommerce Analytics tracking & reporting. Learn more about %s Ecommerce Analytics%s.",
         "PiwikWillAutomaticallyExcludeCommonSessionParameters": "Piwik will automatically exclude the common session parameters (%s).",
-        "PluginDescription": "Websites management lets you add a new website and edit existing websites. It also provides option ",
+        "PluginDescription": "Websites management lets you add a new website and edit existing websites. ",
         "SearchCategoryDesc": "Piwik can also track the Search category for each internal site search keyword.",
         "SearchCategoryLabel": "Category parameter",
         "SearchCategoryParametersDesc": "You may enter a comma-separated list of query parameters specifying the search category.",
@@ -74,4 +74,4 @@
         "YouCurrentlyHaveAccessToNWebsites": "You currently have access to %s websites.",
         "YourCurrentIpAddressIs": "Your current IP address is %s"
     }
-}
\ No newline at end of file
+}
-- 
GitLab