aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMax Horn2004-02-10 12:37:40 +0000
committerMax Horn2004-02-10 12:37:40 +0000
commitd4a71d8eecccd78bee51c872128884c12f6a5878 (patch)
treeab712d74c946f2e3aec17930975c4bf8a5d9e73a /common
parent705df95a6121684626f215ca65e568d3fb1a5fab (diff)
downloadscummvm-rg350-d4a71d8eecccd78bee51c872128884c12f6a5878.tar.gz
scummvm-rg350-d4a71d8eecccd78bee51c872128884c12f6a5878.tar.bz2
scummvm-rg350-d4a71d8eecccd78bee51c872128884c12f6a5878.zip
NL = NetherLands, NederLanden, NiederLande - NO is Norway
svn-id: r12813
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 {