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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-05-13 13:32:32 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-05-13 13:32:32 +0400
commit11ae0c81c3978cb842d33869ebd14bce38ee9ff8 (patch)
tree5f02b716f5430f7edc247073696db5200103d46e /plugins/CoreHome
parent2c3af031be5e6399e1782673ffd71fbe61f1a11d (diff)
Fixes #1343 (keeping "Display" rather than "View" for more consistency)
Diffstat (limited to 'plugins/CoreHome')
-rw-r--r--plugins/CoreHome/templates/datatable_footer.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreHome/templates/datatable_footer.tpl b/plugins/CoreHome/templates/datatable_footer.tpl
index c016e75311..dd93d0bf06 100644
--- a/plugins/CoreHome/templates/datatable_footer.tpl
+++ b/plugins/CoreHome/templates/datatable_footer.tpl
@@ -58,7 +58,7 @@
{if $properties.show_goals}
<span class="tableGoals" style="display:none;float:right;padding-right:4px;">
{if $javascriptVariablesToSet.viewDataTable != 'tableGoals'}
- <img title="View Goals" src="themes/default/images/goal.png" />
+ <img title="{'General_DisplayGoals'|translate}" src="themes/default/images/goal.png" />
{/if}
</span>
{/if}