aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libempathy/empathy-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c
index eea3c2674..9afa389da 100644
--- a/libempathy/empathy-utils.c
+++ b/libempathy/empathy-utils.c
@@ -824,7 +824,7 @@ empathy_format_currency (gint amount,
{ "DKK", "kr %s", "kr " MINUS "%s", "." },
{ "HKD", "$%s", MINUS "$%s", "." },
{ "CHF", "%s Fr.", MINUS "%s Fr.", "." },
- { "NOK", "%s kr", MINUS "%s kr", "." },
+ { "NOK", "kr %s", "kr" MINUS "%s", "," },
{ "CAD", "$%s", MINUS "$%s", "." },
{ "TWD", "$%s", MINUS "$%s", "." },
{ "AUD", "$%s", MINUS "$%s", "." },