Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Aubry <mattab@users.noreply.github.com>2016-12-27 06:15:41 +0300
committerGitHub <noreply@github.com>2016-12-27 06:15:41 +0300
commitfe904148aa813519f3dfea691492ea6eb479a42d (patch)
treec3a6d42cb1738287f0d223a7d1766ad5985e67a2
parentc04455decb2b4304f93dbc76691237ae8123eb2c (diff)
Fix message stating Piwik 3 (#11084)
* Fix message stating Piwik 3 * String not used * typo
-rw-r--r--lang/en.json2
-rw-r--r--plugins/CoreHome/lang/en.json1
-rw-r--r--plugins/Feedback/templates/index.twig2
3 files changed, 2 insertions, 3 deletions
diff --git a/lang/en.json b/lang/en.json
index ce3caaa2fe..b126480a75 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 57c5071c4a..c92048e90a 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 80d7d0350f..0bc68d2141 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/'>",