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:
authorStefan Giehl <stefan@piwik.org>2015-08-24 22:26:23 +0300
committerStefan Giehl <stefan@piwik.org>2015-08-24 22:26:23 +0300
commit13eb55ecbc01bd03c9949bb721caa614f6e591a6 (patch)
tree51bcde9a7ea8c94a1b7dfe103a1ce14ec22cb427 /plugins/DevicesDetection
parent53ec7bdaa5409fcbbf998d53ea0b45a18dcc4b76 (diff)
parent38cab51325e89664371605618b1c9c8b48e1b8b0 (diff)
Merge pull request #8623 from tsdgeos/master
Fix typo
Diffstat (limited to 'plugins/DevicesDetection')
-rw-r--r--plugins/DevicesDetection/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DevicesDetection/functions.php b/plugins/DevicesDetection/functions.php
index e108ec7440..2142c90487 100644
--- a/plugins/DevicesDetection/functions.php
+++ b/plugins/DevicesDetection/functions.php
@@ -340,7 +340,7 @@ function getBrowserEngineName($engineName) {
$displayNames = array(
'Trident' => 'Trident (IE)',
'Gecko' => 'Gecko (Firefox)',
- 'KHTML' => 'KHTML (Konquerer)',
+ 'KHTML' => 'KHTML (Konqueror)',
'Presto' => 'Presto (Opera)',
'WebKit' => 'WebKit (Safari, Chrome)',
'Blink' => 'Blink (Chrome, Opera)'