We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af948a commit 14a76a1Copy full SHA for 14a76a1
Client/core/CMainMenu.cpp
@@ -1208,7 +1208,7 @@ void CMainMenu::ShowNetworkNotReadyWindow()
1208
window.Reset();
1209
window.SetTitle(_("INFORMATION"));
1210
window.SetMessage("\n\nThe network module is not ready.\nPlease wait a moment and try again.");
1211
- window.SetButton(0, _("Ok"));
+ window.SetButton(0, _("OK"));
1212
window.SetCallback(HideQuestionWindow, &window);
1213
window.Show();
1214
}
0 commit comments