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:
authormattab <matthieu.aubry@gmail.com>2013-02-11 06:26:33 +0400
committermattab <matthieu.aubry@gmail.com>2013-02-11 06:26:33 +0400
commit4124ad4e250b0e62d8a21627e425b5f2b6c3845b (patch)
tree852eae342140a670f07788a6ae26021682694470 /plugins/SitesManager/templates/SitesManager.tpl
parent4b616c8fca575c89369701d8cfbee0d4d32258c4 (diff)
refs #3232 Minor changes
Diffstat (limited to 'plugins/SitesManager/templates/SitesManager.tpl')
-rw-r--r--plugins/SitesManager/templates/SitesManager.tpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/SitesManager/templates/SitesManager.tpl b/plugins/SitesManager/templates/SitesManager.tpl
index 89c646f94f..d8c9bfb250 100644
--- a/plugins/SitesManager/templates/SitesManager.tpl
+++ b/plugins/SitesManager/templates/SitesManager.tpl
@@ -249,10 +249,11 @@ vertical-align:middle;
{* global keep URL fragments *}
<tr><td colspan="2">
<strong>{'SitesManager_KeepURLFragments'|translate}</strong>
- <p>{'SitesManager_KeepURLFragmentsHelp'|translate:"<em>#</em>":"<em>http://www.example.org/index.html#first_section</em>":"<em>http://www.example.org/index.html</em>":"<em>http://www.example.org/index.html#second_section</em>"}</p>
- <p>{'SitesManager_KeepURLFragmentsHelp2'|translate}</p>
+ <p>{'SitesManager_KeepURLFragmentsHelp'|translate:"<em>#</em>":"<em>example.org/index.html#first_section</em>":"<em>example.org/index.html</em>"}
+ </p>
<input type="checkbox" id="globalKeepURLFragments" name="globalKeepURLFragments" {if $globalKeepURLFragments}checked="checked"{/if}/>
<label for="globalKeepURLFragments">{'SitesManager_KeepURLFragmentsLong'|translate}</label>
+ <p>{'SitesManager_KeepURLFragmentsHelp2'|translate}</p>
</td></tr>
{* global site search *}