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-04-21 11:12:15 +0800 |
commit | ce0ef4346f2042295b18553ae47280adc708d169 (patch) | |
tree | cda0d97e77f06d4a334c4ca6b77195fd49d8b11b /libempathy | |
parent | 8ea576d82d901f88e89a68cc86159db9c67ff9c9 (diff) | |
download | gsoc2013-empathy-ce0ef4346f2042295b18553ae47280adc708d169.tar gsoc2013-empathy-ce0ef4346f2042295b18553ae47280adc708d169.tar.gz gsoc2013-empathy-ce0ef4346f2042295b18553ae47280adc708d169.tar.bz2 gsoc2013-empathy-ce0ef4346f2042295b18553ae47280adc708d169.tar.lz gsoc2013-empathy-ce0ef4346f2042295b18553ae47280adc708d169.tar.xz gsoc2013-empathy-ce0ef4346f2042295b18553ae47280adc708d169.tar.zst gsoc2013-empathy-ce0ef4346f2042295b18553ae47280adc708d169.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 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", "." }, |