]> git.0d.be Git - empathy.git/commitdiff
Update formatting for NOK
authorDanielle Madeley <danielle.madeley@collabora.co.uk>
Thu, 21 Apr 2011 03:12:15 +0000 (13:12 +1000)
committerDanielle Madeley <danielle.madeley@collabora.co.uk>
Thu, 5 May 2011 07:12:27 +0000 (17:12 +1000)
libempathy/empathy-utils.c

index 9bed7f311e0259cf98c79aa1f2632bc0db8cf1ad..8173f781dffcbeddeaea6db249691612f57fc4ce 100644 (file)
@@ -988,7 +988,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",      "." },