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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-04-02 16:17:37 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-04-02 16:17:37 +0400
commit0f02984c169ff4225b34580045798cc2e19b0c18 (patch)
treeff75554f8a132501a87b959266d7c61147741988 /plugins/SitesManager
parentd32d0439b50c52ef2069fcb6d4d72e189616c90a (diff)
Pounds symbol fix
Diffstat (limited to 'plugins/SitesManager')
-rw-r--r--plugins/SitesManager/API.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SitesManager/API.php b/plugins/SitesManager/API.php
index e83129adbb..4e6a64fb00 100644
--- a/plugins/SitesManager/API.php
+++ b/plugins/SitesManager/API.php
@@ -643,7 +643,7 @@ class Piwik_SitesManager_API
'USD' => '$',
'EUR' => '€',
'JPY' => '¥',
- 'GBP' => 'UK£',
+ 'GBP' => '£',
'AUD' => 'A$',
'KRW' => '₩',
'BRL' => 'R$',