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>2013-09-15 16:45:25 +0400
committersgiehl <stefan@piwik.org>2013-09-15 16:45:25 +0400
commitf9f7693b9b41e9dc53e0e53c0b88c0e43d0c91cf (patch)
tree6b63f783490320d3c3d3d144b62c91af0ea06b06 /plugins/SEO
parente7e634f8bb00eed17f9cedc1fc64baf8cbda4543 (diff)
translations cleanup: removed more duplicate translations
Diffstat (limited to 'plugins/SEO')
-rw-r--r--plugins/SEO/templates/getRank.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SEO/templates/getRank.twig b/plugins/SEO/templates/getRank.twig
index 427a252f6e..f513609c0a 100644
--- a/plugins/SEO/templates/getRank.twig
+++ b/plugins/SEO/templates/getRank.twig
@@ -38,7 +38,7 @@
{% if rank.logo_link is defined %}{{ seoLink|raw }}{% endif %}
{% if rank.rank %}{{ rank.rank|raw }}{% else %}-{% endif %}
{% if rank.id=='pagerank' %} /10
- {% elseif rank.id=='google-index' or rank.id=='bing-index' %} {{ 'SEO_Pages'|translate }}
+ {% elseif rank.id=='google-index' or rank.id=='bing-index' %} {{ 'General_Pages'|translate }}
{% endif %}
{% if rank.logo_link is defined %}</a>{% endif %}
</div>