diff --git a/src/Cxbx/WndMain.cpp b/src/Cxbx/WndMain.cpp index 6bc30c6af..c7aa859a4 100644 --- a/src/Cxbx/WndMain.cpp +++ b/src/Cxbx/WndMain.cpp @@ -2191,7 +2191,7 @@ void WndMain::StartEmulation(HWND hwndParent, DebuggerState LocalDebuggerState / g_EmuShared->GetIsEmulating(&isEmulating); if (isEmulating) { - MessageBox(m_hwnd, "A title is currently emulating, please stop emulation before attempt start again.", + MessageBox(m_hwnd, "A title is currently emulating, please stop emulation before attempting to start again.", "Cxbx-Reloaded", MB_ICONERROR | MB_OK); return; }