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 f79b491ab..1b22d0693 100644
--- a/strings.c
+++ b/strings.c
@@ -72,7 +72,7 @@ static const CurrencySpec _currency_specs[] = {
{ 50, ',', 0, "", " Kc" },
{ 130, '.', 0, "", " kr" },
{ 11, '.', 0, "", " kr" },
- { 6, '.', 0, "", " Lei" },
+ { 6, '.', 0, "", " Lei" },
{ 2, ',', CF_ISEURO, "€", "" },
};