From fd842b15cfbc19bb6ab60f8686fd0213e9802c20 Mon Sep 17 00:00:00 2001
From: mattab <matthieu.aubry@gmail.com>
Date: Mon, 17 Nov 2014 12:05:24 +1300
Subject: [PATCH] Restore a missing translation string that was somehow deleted

---
 plugins/Installation/lang/en.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plugins/Installation/lang/en.json b/plugins/Installation/lang/en.json
index df8fd6e53a..992c5ff45f 100644
--- a/plugins/Installation/lang/en.json
+++ b/plugins/Installation/lang/en.json
@@ -25,6 +25,7 @@
         "InstallationStatus": "Installation status",
         "InsufficientPrivilegesHelp": "You can add these privileges by using a tool such as phpMyAdmin or by executing the right SQL queries. If you don't know how to do these things, please ask your sysadmin to grant these privileges for you.",
         "InsufficientPrivilegesMain": "Either the Database does not exist (and could not be created), or the specified User has insufficient privileges. Database user must have the following privileges: %s",
+        "InvalidStateError": "Error: Piwik is already installed. %1$s Go back %3$s to Piwik%4$s.",
         "JsTagArchivingHelp1": "For medium and high traffic websites there are certain optimizations that should be made to help Piwik run faster (such as %1$ssetting up auto-archiving%2$s).",
         "JSTracking_EndNote": "Note: After the installation process, you can generate customized tracking code in the %1$sTracking Code%2$s admin section.",
         "JSTracking_Intro": "To track your web traffic with Piwik you need to make sure some extra code is added to each of your webpages.",
-- 
GitLab