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-06-23 07:45:36 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-06-23 07:45:36 +0400
commit7e1b5d6b762340cbff1bb928d15815980c7649a7 (patch)
treee07da179b9e1372866d2349777bd1cc6b4c9e8cf /themes/default/genericForm.tpl
parent999f46479294713104c962bfe7469e9b6e7a4bbf (diff)
parentc98ea06f2cccec81c6ccce49162a583494e44d91 (diff)
Diffstat (limited to 'themes/default/genericForm.tpl')
-rw-r--r--themes/default/genericForm.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/genericForm.tpl b/themes/default/genericForm.tpl
index f8f00d39cb..fccbc45d60 100644
--- a/themes/default/genericForm.tpl
+++ b/themes/default/genericForm.tpl
@@ -2,7 +2,7 @@
{if $form_data.errors}
<div class="warning">
<img src="themes/default/images/warning_medium.png">
- <strong>Please fix the following errors:</strong>
+ <strong>{'Installation_PleaseFixTheFollowingErrors'|translate}:</strong>
<ul>
{foreach from=$form_data.errors item=data}
<li>{$data}</li>