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:
authorAlbert Astals Cid <aacid@kde.org>2015-08-22 01:45:20 +0300
committerAlbert Astals Cid <aacid@kde.org>2015-08-22 01:45:20 +0300
commit38cab51325e89664371605618b1c9c8b48e1b8b0 (patch)
tree79a169f95789b069e654acd4c36af61d80fb0f4d /plugins/DevicesDetection/functions.php
parent3d20b1e6a566f3497b03844934acad01f5f602d1 (diff)
Fix typo
Konquerer -> Konqueror
Diffstat (limited to 'plugins/DevicesDetection/functions.php')
-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)'