aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/util.cpp b/common/util.cpp
index 7db2998e4f..2fb0a19cde 100644
--- a/common/util.cpp
+++ b/common/util.cpp
@@ -124,7 +124,7 @@ const LanguageDescription g_languages[] = {
{"ru", "Russian", RU_RUS},
{"cz", "Czech", CZ_CZE},
{"nl", "Dutch", NL_NLD},
- {"nb", "Norwegian Bokmål", NB_NOR},
+ {"nb", "Norwegian Bokm\xE5l", NB_NOR},
{0, 0, UNK_LANG}
};