Skip to content

Commit

Permalink
Use existing translations in CMainMenu::ShowNetworkNotReadyWindow
Browse files Browse the repository at this point in the history
  • Loading branch information
botder committed Mar 7, 2025
1 parent 8af948a commit 14a76a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/core/CMainMenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,7 @@ void CMainMenu::ShowNetworkNotReadyWindow()
window.Reset();
window.SetTitle(_("INFORMATION"));
window.SetMessage("\n\nThe network module is not ready.\nPlease wait a moment and try again.");
window.SetButton(0, _("Ok"));
window.SetButton(0, _("OK"));
window.SetCallback(HideQuestionWindow, &window);
window.Show();
}
Expand Down

0 comments on commit 14a76a1

Please sign in to comment.