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:
authormattpiwik <matthieu.aubry@gmail.com>2012-08-06 00:39:10 +0400
committermattpiwik <matthieu.aubry@gmail.com>2012-08-06 00:39:10 +0400
commit6fd138b014e3eeee8567ec57f967140c02341434 (patch)
treee9a923c9715dc212063b5baef5fb866f2f7fe1b1
parent8205a83f4beaa171b990df0529e909af5c8ba1d8 (diff)
Refs #1187 Fixing encoded english string as per translator report
git-svn-id: http://dev.piwik.org/svn/trunk@6677 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-rw-r--r--plugins/Goals/templates/form_add_goal.tpl4
-rw-r--r--plugins/SitesManager/templates/SitesManager.tpl2
2 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Goals/templates/form_add_goal.tpl b/plugins/Goals/templates/form_add_goal.tpl
index a95bd3b2b9..14f1ddde12 100644
--- a/plugins/Goals/templates/form_add_goal.tpl
+++ b/plugins/Goals/templates/form_add_goal.tpl
@@ -3,7 +3,7 @@
<table class="dataTable entityTable">
<thead>
<tr class="first">
- <th colspan="2">Create a Goal</th>
+ <th colspan="2">{'Goals_AddNewGoal'|translate}</th>
<tr>
</thead>
<tbody>
@@ -78,7 +78,7 @@
</tbody>
<tbody>
<tr>
- <td class="first">(optional) {'Goals_DefaultRevenue'|translate}</td>
+ <td class="first">{'Goals_Optional'|translate} {'Goals_DefaultRevenue'|translate}</td>
<td>{' <input type="text" name="revenue" size="2" value="0" class="inp" /> '|money:$idSite}
<div class="entityInlineHelp"> {'Goals_DefaultRevenueHelp'|translate} </div>
</td>
diff --git a/plugins/SitesManager/templates/SitesManager.tpl b/plugins/SitesManager/templates/SitesManager.tpl
index db8a84dbdc..0301adc364 100644
--- a/plugins/SitesManager/templates/SitesManager.tpl
+++ b/plugins/SitesManager/templates/SitesManager.tpl
@@ -34,7 +34,7 @@ var aliasUrlsHelp = '{'SitesManager_AliasUrlHelp'|translate|inlineHelp|escape:ja
{capture assign=excludedQueryParametersHelp}
{'SitesManager_ListOfQueryParametersToExclude'|translate}
<br /><br />
- {'SitesManager_PiwikWillAutomaticallyExcludeCommonSessionParameters'|translate:"phpsessid, sessionid, etc."}
+ {'SitesManager_PiwikWillAutomaticallyExcludeCommonSessionParameters'|translate:"phpsessid, sessionid, ..."}
{/capture}
{assign var=excludedQueryParametersHelp value=$excludedQueryParametersHelp|inlineHelp}
var excludedQueryParametersHelp = '{$excludedQueryParametersHelp|escape:javascript}';