mirror of
https://github.com/Huntereb/Awoo-Installer
synced 2024-11-12 23:17:06 +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
|
||||
sourceString = "inst.net.source_string"_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->menu->SetSelectedIndex(0);
|
||||
mainApp->CallForRender();
|
||||
|
|
Loading…
Reference in a new issue