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:
authorThomas Steur <thomas.steur@googlemail.com>2014-03-10 06:00:42 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-03-10 06:00:42 +0400
commite96399a840d942f8aabb387159ff9dc5d5ce4c45 (patch)
tree53143ddf04e1c162ba04280315d91d07b4e7b063 /plugins/Insights/templates
parenta4f6fc581725b21efaf079adf9fe360830247b8d (diff)
refs #57 added missing translations
Diffstat (limited to 'plugins/Insights/templates')
-rw-r--r--plugins/Insights/templates/insightControls.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Insights/templates/insightControls.twig b/plugins/Insights/templates/insightControls.twig
index 738d2812ba..3efd62acb2 100644
--- a/plugins/Insights/templates/insightControls.twig
+++ b/plugins/Insights/templates/insightControls.twig
@@ -50,7 +50,7 @@
{{ 'Insights_Filter'|translate }}
- <select size="1" name="filterBy" title="Show all, only movers, only new, only disappeared">
+ <select size="1" name="filterBy" title="{{ 'Insights_ControlFilterByDescription'|translate|e('html_attr') }}">
<option {% if not properties.filter_by %}selected{% endif %} value="">
{{ 'General_All'|translate }}
</option>