From a31b6071283e648cda07b96d06a2284c49a5b15d Mon Sep 17 00:00:00 2001 From: GriffinR Date: Wed, 21 May 2025 15:21:48 -0400 Subject: [PATCH] Fix manual typo --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 011b71d4..d0c28d8a 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -842,7 +842,7 @@ bool MainWindow::checkProjectVersion(Project *project) { ErrorMessage msgBox(QStringLiteral("Your project may be incompatible!"), porysplash); msgBox.setTextFormat(Qt::RichText); msgBox.setInformativeText(QString("Make sure '%1' has all the required changes for Porymap version %2.
" - "See Breaking Changes in the manul for more details") + "See Breaking Changes in the manual for more details") .arg(project->getProjectTitle()) .arg(porymapVersion.majorVersion())); auto tryAnyway = msgBox.addButton("Try Anyway", QMessageBox::ActionRole);