aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/util.cpp2
-rw-r--r--common/util.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/common/util.cpp b/common/util.cpp
index 4ed53beb0c..b5a1eab668 100644
--- a/common/util.cpp
+++ b/common/util.cpp
@@ -143,7 +143,7 @@ const LanguageDescription g_languages[] = {
{"hb", "Hebrew", HB_HEB},
{"ru", "Russian", RU_RUS},
{"cz", "Czech", CZ_CZE},
- {"nl", "NederLanden", NL_NLD},
+ {"nl", "Dutch", NL_NLD},
{0, 0, UNK_LANG}
};
diff --git a/common/util.h b/common/util.h
index c98a3ffead..9496d233d8 100644
--- a/common/util.h
+++ b/common/util.h
@@ -110,7 +110,7 @@ enum Language {
HB_HEB = 20,
RU_RUS = 21,
CZ_CZE = 22,
- NL_NOR = 23
+ NL_NLD = 23
};
struct LanguageDescription {