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
path: root/lang
diff options
context:
space:
mode:
authordiosmosis <benaka.moorthi@gmail.com>2013-03-04 08:53:35 +0400
committerdiosmosis <benaka.moorthi@gmail.com>2013-03-04 08:53:35 +0400
commit51e6c3539a948521b31cea6a8aed8287cf2650ea (patch)
tree6d55dc9d1b5f88b42345bd24d6d9d81067b297c4 /lang
parent23bb322384a9bc91c72e24872baf284643e2bd15 (diff)
Refs #1845, make sure current site host is used in default alias in merge alias option description and in group by domain description.
Diffstat (limited to 'lang')
-rw-r--r--lang/en.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/en.php b/lang/en.php
index df999dd9f5..10c74e850a 100644
--- a/lang/en.php
+++ b/lang/en.php
@@ -482,7 +482,7 @@ $translations = array(
'CoreAdminHome_JSTracking_MergeAliases' => 'In the "Outlinks" report, hide clicks to known alias URLs of',
'CoreAdminHome_JSTracking_MergeAliasesDesc' => 'So clicks on links to Alias URLs (eg. %s) will not be counted as "Outlink".',
'CoreAdminHome_JSTracking_GroupPageTitlesByDomain' => 'Prepend the site domain to the page title when tracking',
- 'CoreAdminHome_JSTracking_GroupPageTitlesByDomainDesc' => 'So if someone visits the \'About\' page on blog.example.com it will be recorded as \'blog / About\'. This is the easiest way to get an overview of your traffic by sub-domain.',
+ 'CoreAdminHome_JSTracking_GroupPageTitlesByDomainDesc1' => 'So if someone visits the \'About\' page on blog.%1$s it will be recorded as \'blog / About\'. This is the easiest way to get an overview of your traffic by sub-domain.',
'CoreAdminHome_JSTracking_VisitorCustomVars' => 'Track custom variables for this visitor',
'CoreAdminHome_JSTracking_VisitorCustomVarsDesc' => 'For example, with variable name "Type" and value "Customer".',
'CoreAdminHome_JSTracking_PageCustomVars' => 'Track a custom variable for each page view',