aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/util.cpp3
-rw-r--r--common/util.h2
2 files changed, 3 insertions, 2 deletions
diff --git a/common/util.cpp b/common/util.cpp
index 19e727d672..742eb0035d 100644
--- a/common/util.cpp
+++ b/common/util.cpp
@@ -116,7 +116,8 @@ const LanguageDescription g_languages[] = {
{"fr", "French", FR_FRA},
{"de", "German", DE_DEU},
{"gr", "Greek", GR_GRE},
- {"hb", "Hebrew", HB_ISR},
+ {"he", "Hebrew", HE_ISR},
+ {"hb", "Hebrew", HE_ISR}, // Deprecated
{"hu", "Hungarian", HU_HUN},
{"it", "Italian", IT_ITA},
{"jp", "Japanese", JA_JPN},
diff --git a/common/util.h b/common/util.h
index 865f5e6217..0b7a44f5b3 100644
--- a/common/util.h
+++ b/common/util.h
@@ -102,7 +102,7 @@ enum Language {
FR_FRA,
DE_DEU,
GR_GRE,
- HB_ISR,
+ HE_ISR,
HU_HUN,
IT_ITA,
JA_JPN,