diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-27 12:07:54 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-27 12:07:54 -0400 |
| commit | 38b9c7c060aeee46d463930e313683e6e5bc0675 (patch) | |
| tree | 0311d2ea46ac60218f340923673b176fc0bbc635 /src/mainwindow.cpp | |
| parent | 27cffcb3aa12a460e6aa6d7eb4a6e5b10306a213 (diff) | |
| parent | a82b5de34adf50e46e3b1c80e9301b9d364fdb56 (diff) | |
Merge branch 'Develop' of https://github.com/ModOrganizer2/modorganizer into Develop
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 4 |
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); } } |
