general: Fix various spelling errors

This commit is contained in:
Morph
2021-01-02 09:00:05 -05:00
parent 1ff341f3dc
commit a745d87971
20 changed files with 43 additions and 43 deletions

View File

@ -72,7 +72,7 @@ void CompatDB::Submit() {
void CompatDB::OnTestcaseSubmitted() {
if (!testcase_watcher.result()) {
QMessageBox::critical(this, tr("Communication error"),
tr("An error occured while sending the Testcase"));
tr("An error occurred while sending the Testcase"));
button(NextButton)->setEnabled(true);
button(NextButton)->setText(tr("Next"));
button(CancelButton)->setVisible(true);