summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorAl <gabriel.cortesi@outlook.com>2019-06-25 22:52:22 +0200
committerGitHub <noreply@github.com>2019-06-25 22:52:22 +0200
commita82b5de34adf50e46e3b1c80e9301b9d364fdb56 (patch)
tree0311d2ea46ac60218f340923673b176fc0bbc635 /src/mainwindow.cpp
parentd683ee652c9bf15cb319c5783479917c2c6b7bd0 (diff)
parent724fad7cb62a0ee4913ed41bde45c7564183c7af (diff)
Merge pull request #772 from Nubbie/Develop
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);
}
}