diff --git a/src/modules/conf_intl/e_int_config_intl.c b/src/modules/conf_intl/e_int_config_intl.c index 7ef2bf277..283fa50c9 100644 --- a/src/modules/conf_intl/e_int_config_intl.c +++ b/src/modules/conf_intl/e_int_config_intl.c @@ -139,7 +139,7 @@ const E_Intl_Pair basic_language_predefined_pairs[] = { {"sv_SE.UTF-8", "se_flag.png", "Svenska"}, {"tr_TR.UTF-8", "tr_flag.png", "Türkçe"}, {"uk_UK.UTF-8", "ua_flag.png", "Українська мова"}, - {"zh_CN.UTF-8", "cn_flag.png", "中文 (繁体)"}, + {"zh_CN.UTF-8", "cn_flag.png", "中文 (简体)"}, {"zh_TW.UTF-8", "tw_flag.png", "中文 (繁體)"}, { NULL, NULL, NULL } }; diff --git a/src/modules/wizard/page_010.c b/src/modules/wizard/page_010.c index 7eb6dca5d..0540a3eab 100644 --- a/src/modules/wizard/page_010.c +++ b/src/modules/wizard/page_010.c @@ -52,7 +52,7 @@ const E_Intl_Pair basic_language_predefined_pairs[] = {"sv_SE.UTF-8", "se_flag.png", "Svenska"}, {"tr_TR.UTF-8", "tr_flag.png", "Türkçe"}, {"uk_UK.UTF-8", "ua_flag.png", "Українська мова"}, - {"zh_CN.UTF-8", "cn_flag.png", "中文 (繁体)"}, + {"zh_CN.UTF-8", "cn_flag.png", "中文 (简体)"}, {"zh_TW.UTF-8", "tw_flag.png", "中文 (繁體)"}, { NULL, NULL, NULL } };