diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/util.cpp | 2 | ||||
-rw-r--r-- | common/util.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/common/util.cpp b/common/util.cpp index b5a1eab668..962f3d9afd 100644 --- a/common/util.cpp +++ b/common/util.cpp @@ -140,7 +140,7 @@ const LanguageDescription g_languages[] = { {"kr", "Korean", KO_KOR}, {"gb", "English (GB)", EN_GRB}, {"se", "Swedish", SE_SWE}, - {"hb", "Hebrew", HB_HEB}, + {"hb", "Hebrew", HB_ISR}, {"ru", "Russian", RU_RUS}, {"cz", "Czech", CZ_CZE}, {"nl", "Dutch", NL_NLD}, diff --git a/common/util.h b/common/util.h index 9496d233d8..7b91104523 100644 --- a/common/util.h +++ b/common/util.h @@ -107,7 +107,7 @@ enum Language { KO_KOR = 8, SE_SWE = 9, EN_GRB = 10, - HB_HEB = 20, + HB_ISR = 20, RU_RUS = 21, CZ_CZE = 22, NL_NLD = 23 |