aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlikeawindrammer <31085911+likeawindrammer@users.noreply.github.com>2020-04-18 00:45:13 -0600
committerlikeawindrammer <31085911+likeawindrammer@users.noreply.github.com>2020-04-18 00:45:13 -0600
commit9faf41a89fcbf68476047ed9d701cd2cd3837bf7 (patch)
treea272b3ff6193d717e447deb32c4b862b5489109e
parentac60466ac93374ad888898c1b234523f18400d80 (diff)
"interupted" -> "interrupted"; "expierence" -> "experience"
-rw-r--r--src/aooptionsdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/aooptionsdialog.cpp b/src/aooptionsdialog.cpp
index 7077b261..98ac59ef 100644
--- a/src/aooptionsdialog.cpp
+++ b/src/aooptionsdialog.cpp
@@ -615,9 +615,9 @@ AOOptionsDialog::AOOptionsDialog(QWidget *parent, AOApplication *p_ao_app)
ui_other_mirror_icl_enabled_lb->setText(tr("Mirror IC log:"));
ui_other_mirror_icl_enabled_lb->setToolTip(
tr("IC log will mirror the IC box. "
- "Meaning that if somebody gets interupted nobody will know what they "
+ "Meaning that if somebody gets interrupted nobody will know what they "
"wanted to say. "
- "Enable for a more realistic expierence"));
+ "Enable for a more realistic experience"));
ui_other_layout->setWidget(3, QFormLayout::LabelRole,
ui_other_mirror_icl_enabled_lb);
ui_other_mirror_icl_enabled_cb = new QCheckBox(ui_other_widget);