ENH:rename region

jira:[for rename region]

Change-Id: I031f958c5539629a0544d9785fea4faba0f2b4d0
This commit is contained in:
tao wang 2024-08-14 13:38:03 +08:00 committed by Lane.Wei
parent b6a196a210
commit 8a735b76ad
1 changed files with 1 additions and 1 deletions

View File

@ -1017,7 +1017,7 @@ wxWindow* PreferencesDialog::create_general_page()
std::sort(language_infos.begin(), language_infos.end(), [](const wxLanguageInfo *l, const wxLanguageInfo *r) { return l->Description < r->Description; });
auto item_language = create_item_language_combobox(_L("Language"), page, _L("Language"), 50, "language", language_infos);
std::vector<wxString> Regions = {_L("Asia-Pacific"), _L("China"), _L("Europe"), _L("North America"), _L("Others")};
std::vector<wxString> Regions = {_L("Asia-Pacific"), _L("China Mainland"), _L("Europe"), _L("North America"), _L("Others")};
auto item_region= create_item_region_combobox(_L("Login Region"), page, _L("Login Region"), Regions);
std::vector<wxString> Units = {_L("Metric") + " (mm, g)", _L("Imperial") + " (in, oz)"};