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:
authorsgiehl <stefan@piwik.org>2014-01-11 14:35:25 +0400
committersgiehl <stefan@piwik.org>2014-01-11 14:35:25 +0400
commit755013d96bf188e36475fbddf441ff1247b714de (patch)
tree2fb216b108fceff234af45da852c6db71916daa9
parent5b36f322e427e32013ae20576968f24ecfe9bae8 (diff)
refs #4493 renamed translation key
-rw-r--r--lang/en.json4
-rw-r--r--plugins/PrivacyManager/templates/privacySettings.twig2
2 files changed, 2 insertions, 4 deletions
diff --git a/lang/en.json b/lang/en.json
index 8103a1c645..79c906b9a8 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -498,9 +498,6 @@
"AvgGenerationTimeTooltip": "Average based on %s hit(s) %s between %s and %s",
"OneSearch": "1 search"
},
- "AnonymizeIP": {
- "PluginDescription": "Anonymize the last byte(s) of visitors IP addresses to comply with your local privacy laws\/guidelines."
- },
"API": {
"PluginDescription": "All the data in Piwik is available through simple APIs. This plugin is the web service entry point, that you can call to get your Web Analytics data in xml, json, php, csv, etc.",
"QuickDocumentationTitle": "API quick documentation",
@@ -654,6 +651,7 @@
"MenuPrivacySettings": "Privacy",
"PluginDescription": "Customize Piwik to make it privacy compliant with existing legislations.",
"UseAnonymizeIp": "Anonymize Visitors' IP addresses",
+ "AnonymizeIpInlineHelp": "Anonymize the last byte(s) of visitors IP addresses to comply with your local privacy laws\/guidelines.",
"AnonymizeIpDescription": "Select \"Yes\" if you want Piwik not to track fully qualified IP-Addresses.",
"AnonymizeIpMaskLengtDescription": "Select how many bytes of the visitors' IPs should be masked.",
"AnonymizeIpMaskLength": "%s byte(s) - e.g. %s",
diff --git a/plugins/PrivacyManager/templates/privacySettings.twig b/plugins/PrivacyManager/templates/privacySettings.twig
index 045d6763c6..c59a7a0598 100644
--- a/plugins/PrivacyManager/templates/privacySettings.twig
+++ b/plugins/PrivacyManager/templates/privacySettings.twig
@@ -23,7 +23,7 @@
</td>
<td width="200">
<div style="width:180px">
- {{ piwik.inlineHelp('AnonymizeIP_PluginDescription'|translate) }}
+ {{ piwik.inlineHelp('PrivacyManager_AnonymizeIpInlineHelp'|translate) }}
</div>
</td>
</tr>