mirror of
https://github.com/Huntereb/Awoo-Installer
synced 2025-02-18 04:38:24 +00:00
Fix translation string error
This commit is contained in:
parent
424a52a3d8
commit
519b0ab132
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ namespace inst::ui {
|
||||||
mainApp->CallForRender(); // If we re-render a few times during this process the main screen won't flicker
|
mainApp->CallForRender(); // If we re-render a few times during this process the main screen won't flicker
|
||||||
sourceString = "inst.net.source_string"_lang;
|
sourceString = "inst.net.source_string"_lang;
|
||||||
this->pageInfoText->SetText("inst.net.top_info"_lang);
|
this->pageInfoText->SetText("inst.net.top_info"_lang);
|
||||||
this->butText->SetText("inst.net.buttons"_lang);
|
this->butText->SetText("inst.net.buttons1"_lang);
|
||||||
this->drawMenuItems(true);
|
this->drawMenuItems(true);
|
||||||
this->menu->SetSelectedIndex(0);
|
this->menu->SetSelectedIndex(0);
|
||||||
mainApp->CallForRender();
|
mainApp->CallForRender();
|
||||||
|
|
Loading…
Add table
Reference in a new issue