diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2011-04-21 11:12:15 +0800 |
---|---|---|
committer | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2011-05-05 15:12:27 +0800 |
commit | ceeeac4a2c95f89e4ed4042e9e0795786c94fb82 (patch) | |
tree | a3088856a3ce7c4a059360fbcf64ed57a5002ce2 /libempathy | |
parent | 0ba165de9aecc194985de7c6c938b69360e9c3a3 (diff) | |
download | gsoc2013-empathy-ceeeac4a2c95f89e4ed4042e9e0795786c94fb82.tar gsoc2013-empathy-ceeeac4a2c95f89e4ed4042e9e0795786c94fb82.tar.gz gsoc2013-empathy-ceeeac4a2c95f89e4ed4042e9e0795786c94fb82.tar.bz2 gsoc2013-empathy-ceeeac4a2c95f89e4ed4042e9e0795786c94fb82.tar.lz gsoc2013-empathy-ceeeac4a2c95f89e4ed4042e9e0795786c94fb82.tar.xz gsoc2013-empathy-ceeeac4a2c95f89e4ed4042e9e0795786c94fb82.tar.zst gsoc2013-empathy-ceeeac4a2c95f89e4ed4042e9e0795786c94fb82.zip |
Update formatting for NOK
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index 9bed7f311..8173f781d 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -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", "." }, |