Fix typos, improve consistency

Fixes typos where spelling or grammar is objectively wrong.
Changes wording and capitalization in some areas to be more consistent with other areas.
This commit is contained in:
Talkashie 2023-07-28 05:09:06 -05:00 committed by GitHub
parent 4ecb06c901
commit dabb2cc9a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 68 additions and 68 deletions

View file

@ -699,7 +699,7 @@ void debugger_frame::keyPressEvent(QKeyEvent* event)
if (!cpu->state.all_of(cpu_flag::wait + cpu_flag::dbg_pause))
{
QMessageBox::warning(this, QObject::tr("Pause the SPU Thread!"), QObject::tr("Cannot perform SPU capture due to the thread need manual pausing!"));
QMessageBox::warning(this, QObject::tr("Pause the SPU Thread!"), QObject::tr("Cannot perform SPU capture due to the thread needing manual pausing!"));
return;
}