Update optionsPage.cpp

Change languageStrings from 한국인 to 한국어
This commit is contained in:
DDinghoya 2021-12-07 21:48:55 +09:00 committed by HookedBehemoth
parent 889c122b00
commit 5e3bae407c

View file

@ -16,7 +16,7 @@
namespace inst::ui {
extern MainApplication *mainApp;
std::vector<std::string> languageStrings = {"English", "日本語", "Français", "Deutsch", "Italiano", "Español", "Português", "한국", "Русский", "簡体中文","繁體中文"};
std::vector<std::string> languageStrings = {"English", "日本語", "Français", "Deutsch", "Italiano", "Español", "Português", "한국", "Русский", "簡体中文","繁體中文"};
optionsPage::optionsPage() : Layout::Layout() {
this->SetBackgroundColor(COLOR("#670000FF"));