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:
authorStefan Giehl <stefan@piwik.org>2016-10-07 19:05:05 +0300
committerGitHub <noreply@github.com>2016-10-07 19:05:05 +0300
commit2ca589cbc00aa6be09fff028efa675bdc15e5413 (patch)
treef3aec6a62636f3d210f7918242dbaed68165c8cf /plugins
parent9243b9a7b6fae8237596f76cda1fe8b6816463af (diff)
fixes typo
Diffstat (limited to 'plugins')
-rw-r--r--plugins/PrivacyManager/lang/en.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/PrivacyManager/lang/en.json b/plugins/PrivacyManager/lang/en.json
index a4350a6fc2..0ad7f511cf 100644
--- a/plugins/PrivacyManager/lang/en.json
+++ b/plugins/PrivacyManager/lang/en.json
@@ -5,7 +5,7 @@
"AnonymizeIpExtendedHelp": "When users visit your website, Piwik will not use the full IP address (such as %1$s) but instead Piwik will anonymise it first (to %2$s). IP address anonymisation is one of the requirements set by the privacy laws in some countries such as Germany.",
"AnonymizeIpMaskLengtDescription": "Select how many bytes of the visitors' IPs should be masked.",
"AnonymizeIpMaskLength": "%1$s byte(s) - e.g. %2$s",
- "CannotLockSoDeleteLogActions": "The log_action table will not be purged: please grant the LOCK TABLES privilege to the '%s' MYSQL user.",
+ "CannotLockSoDeleteLogActions": "The log_action table will not be purged: please grant the LOCK TABLES privilege to the '%s' MySQL user.",
"ClickHereSettings": "Click here to access the %s settings.",
"CurrentDBSize": "Current database size",
"DBPurged": "DB purged.",
@@ -65,4 +65,4 @@
"UseDeleteLog": "Regularly delete old visitor logs from the database",
"UseDeleteReports": "Regularly delete old reports from the database"
}
-} \ No newline at end of file
+}