summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorMatte A <matte_med_latte@hotmail.com>2019-06-23 04:38:36 +0200
committerMatte A <matte_med_latte@hotmail.com>2019-06-23 04:38:36 +0200
commit724fad7cb62a0ee4913ed41bde45c7564183c7af (patch)
treef543f45b956348d48b4e5efb7dcad8bf1cffa331 /src/mainwindow.cpp
parentc216442eb4368004055246222b7224769c37db82 (diff)
Correcting minor spelling mistakes in the UI + add contributor
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index e383006b..da7c721d 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -6796,7 +6796,7 @@ void MainWindow::on_bossButton_clicked()
}
if (errorMessages.length() > 0) {
- QMessageBox *warn = new QMessageBox(QMessageBox::Warning, tr("Errors occured"), errorMessages.c_str(), QMessageBox::Ok, this);
+ QMessageBox *warn = new QMessageBox(QMessageBox::Warning, tr("Errors occurred"), errorMessages.c_str(), QMessageBox::Ok, this);
warn->setModal(false);
warn->show();
}
@@ -6899,7 +6899,7 @@ void MainWindow::on_saveModsButton_clicked()
m_OrganizerCore.currentProfile()->writeModlistNow(true);
QDateTime now = QDateTime::currentDateTime();
if (createBackup(m_OrganizerCore.currentProfile()->getModlistFileName(), now)) {
- MessageDialog::showMessage(tr("Backup of modlist created"), this);
+ MessageDialog::showMessage(tr("Backup of mod list created"), this);
}
}