diff --git a/lang/en.json b/lang/en.json
index ce3caaa2fe7b41b37c811d614c6379a9a3f871df..b126480a75e805da14e2492f946cf3882068a76d 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -289,7 +289,7 @@
         "Password": "Password",
         "Period": "Period",
         "Piechart": "Piechart",
-        "PiwikIsACollaborativeProjectYouCanContributeAndDonate": "%1$sPiwik%2$s is a collaborative project brought to you by the %7$sPiwik team%8$s members as well as many other contributors around the globe. <br/> If you're a fan of Piwik, you can help: find out %3$sHow to participate in Piwik%4$s, or %5$sdonate now%6$s to help fund Piwik 3.0!",
+        "PiwikIsACollaborativeProjectYouCanContributeAndDonateNextRelease": "%1$sPiwik%2$s is a collaborative project brought to you by the %7$sPiwik team%8$s members as well as many other contributors around the globe. <br/> If you're a fan of Piwik, you can help: find out %3$sHow to participate in Piwik%4$s, or %5$sdonate now%6$s to help fund the next great Piwik release!",
         "PiwikXIsAvailablePleaseNotifyPiwikAdmin": "%1$s is available. Please notify the %2$sPiwik administrator%3$s.",
         "PiwikXIsAvailablePleaseUpdateNow": "Piwik %1$s is available. %2$sPlease update now!%3$s (see %4$schanges%5$s).",
         "PleaseContactYourPiwikAdministrator": "Please contact your Piwik administrator.",
diff --git a/plugins/CoreHome/lang/en.json b/plugins/CoreHome/lang/en.json
index 57c5071c4a0db7cbbc0224aaac4b144679d5d828..c92048e90a481f7751a876f4d5fd126620855366 100644
--- a/plugins/CoreHome/lang/en.json
+++ b/plugins/CoreHome/lang/en.json
@@ -30,7 +30,6 @@
         "InjectedHostWarningIntro": "You are now accessing Piwik from %1$s, but Piwik has been configured to run at this address: %2$s.",
         "JavascriptDisabled": "JavaScript must be enabled in order for you to use Piwik in standard view.<br \/>However, it seems JavaScript is either disabled or not supported by your browser.<br \/>To use standard view, enable JavaScript by changing your browser options, then %1$stry again%2$s.<br \/>",
         "MainNavigation": "Main navigation",
-        "MakeADifference": "Make a difference: %1$sDonate now%2$s to fund Piwik 3.0!",
         "MakeOneTimeDonation": "Make a one time donation, instead.",
         "Menu": "Menu",
         "NoPrivilegesAskPiwikAdmin": "You are logged in as '%1$s' but it seems you don't have any permission set in Piwik. %2$s Ask your Piwik administrator (click to email)%3$s to give you 'view' access to a website.",
diff --git a/plugins/Feedback/templates/index.twig b/plugins/Feedback/templates/index.twig
index 80d7d0350f84151c958d3eefb8f1294af6f66a46..0bc68d2141cb47a84eb83b3efae97122b4daee13 100644
--- a/plugins/Feedback/templates/index.twig
+++ b/plugins/Feedback/templates/index.twig
@@ -11,7 +11,7 @@
         <div piwik-content-block
              content-title="{{ headline|e('html_attr') }}"
              feature="{{ 'General_Help'|translate|e('html_attr') }}">
-            <p>{{ 'General_PiwikIsACollaborativeProjectYouCanContributeAndDonate'|translate(
+            <p>{{ 'General_PiwikIsACollaborativeProjectYouCanContributeAndDonateNextRelease'|translate(
                 "<a href='?module=Proxy&action=redirect&url=http://piwik.org' target='_blank'>",
                 "</a>",
                 "<a target='_blank' href='?module=Proxy&action=redirect&url=http://piwik.org/get-involved/'>",