Merge pull request #1286 from Voxel9/patch-1

Fix grammatical error
This commit is contained in:
PatrickvL 2018-06-14 12:51:06 +02:00 committed by GitHub
commit 2f31c9d7b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}