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:
Diffstat (limited to 'plugins/UserCountry/LocationProvider/GeoIp/Php.php')
-rwxr-xr-xplugins/UserCountry/LocationProvider/GeoIp/Php.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/UserCountry/LocationProvider/GeoIp/Php.php b/plugins/UserCountry/LocationProvider/GeoIp/Php.php
index ce7cec8741..02399ecf8f 100755
--- a/plugins/UserCountry/LocationProvider/GeoIp/Php.php
+++ b/plugins/UserCountry/LocationProvider/GeoIp/Php.php
@@ -323,10 +323,10 @@ class Php extends GeoIp
{
$desc = Piwik::translate('UserCountry_GeoIpLocationProviderDesc_Php1') . '<br/><br/>'
. Piwik::translate('UserCountry_GeoIpLocationProviderDesc_Php2',
- array('<strong><em>', '</em></strong>', '<strong><em>', '</em></strong>'));
- $installDocs = '<em><a rel="noreferrer" target="_blank" href="http://piwik.org/faq/how-to/#faq_163">'
+ array('<strong>', '</strong>', '<strong>', '</strong>'));
+ $installDocs = '<a rel="noreferrer" target="_blank" href="http://piwik.org/faq/how-to/#faq_163">'
. Piwik::translate('UserCountry_HowToInstallGeoIPDatabases')
- . '</em></a>';
+ . '</a>';
$availableDatabaseTypes = array();
if (self::getPathToGeoIpDatabase(array('GeoIPCity.dat', 'GeoLiteCity.dat')) !== false) {
@@ -345,9 +345,9 @@ class Php extends GeoIp
$availableDatabaseTypes[] = Piwik::translate('UserCountry_Organization');
}
- $extraMessage = '<strong><em>' . Piwik::translate('General_Note') . '</em></strong>:&nbsp;'
- . Piwik::translate('UserCountry_GeoIPImplHasAccessTo') . ':&nbsp;<strong><em>'
- . implode(', ', $availableDatabaseTypes) . '</em></strong>.';
+ $extraMessage = '<strong>' . Piwik::translate('General_Note') . '</strong>:&nbsp;'
+ . Piwik::translate('UserCountry_GeoIPImplHasAccessTo') . ':&nbsp;<strong>'
+ . implode(', ', $availableDatabaseTypes) . '</strong>.';
return array('id' => self::ID,
'title' => self::TITLE,