From 519b0ab1323bfb2dc7ef5ffb0b51740b6a8b7c1f Mon Sep 17 00:00:00 2001 From: Huntereb Date: Fri, 3 Jan 2020 11:35:31 -0500 Subject: [PATCH] Fix translation string error --- source/ui/netInstPage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ui/netInstPage.cpp b/source/ui/netInstPage.cpp index a7c1656..2110f77 100755 --- a/source/ui/netInstPage.cpp +++ b/source/ui/netInstPage.cpp @@ -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();