summaryrefslogtreecommitdiff
path: root/strings.c
diff options
context:
space:
mode:
Diffstat (limited to 'strings.c')
-rw-r--r--strings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strings.c b/strings.c
index 855dae390..5b8b0d005 100644
--- a/strings.c
+++ b/strings.c
@@ -73,7 +73,7 @@ static const CurrencySpec _currency_specs[] = {
{ 50, ',', 0, "", " Kc" },
{ 130, '.', 0, "", " kr" },
{ 11, '.', 0, "", " kr" },
- { 2, ',', CF_ISEURO, "€", "" },
+ { 2, ',', CF_ISEURO, "¤", "" },
{ 6, '.', 0, "", " Lei" },
};