diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-01-02 09:00:05 -0500 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-01-02 10:23:41 -0500 |
commit | a745d87971b2c9795e1b2c587bfe30b849b522fa (patch) | |
tree | 61fb7dc24ebbf6e679deeba05278c5380cb35025 /src/yuzu/compatdb.cpp | |
parent | 1ff341f3dc66622478d699d4e4ba21b210608783 (diff) |
general: Fix various spelling errors
Diffstat (limited to 'src/yuzu/compatdb.cpp')
-rw-r--r-- | src/yuzu/compatdb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/compatdb.cpp b/src/yuzu/compatdb.cpp index 649912557..a470056ef 100644 --- a/src/yuzu/compatdb.cpp +++ b/src/yuzu/compatdb.cpp @@ -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); |