Skip to content

Commit 14a76a1

Browse files
committed
Use existing translations in CMainMenu::ShowNetworkNotReadyWindow
1 parent 8af948a commit 14a76a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/core/CMainMenu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1208,7 +1208,7 @@ void CMainMenu::ShowNetworkNotReadyWindow()
12081208
window.Reset();
12091209
window.SetTitle(_("INFORMATION"));
12101210
window.SetMessage("\n\nThe network module is not ready.\nPlease wait a moment and try again.");
1211-
window.SetButton(0, _("Ok"));
1211+
window.SetButton(0, _("OK"));
12121212
window.SetCallback(HideQuestionWindow, &window);
12131213
window.Show();
12141214
}

0 commit comments

Comments
 (0)