Update launcher/ui/MainWindow.cpp

Co-authored-by: TheKodeToad <TheKodeToad@proton.me>
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers
2023-07-10 12:05:01 -07:00
committed by GitHub
parent a54bbae622
commit 1aa5fa03f9

View File

@ -1287,7 +1287,7 @@ void MainWindow::on_actionEditInstance_triggered()
APPLICATION->showInstanceWindow(m_selectedInstance);
} else {
CustomMessageBox::selectable(this, tr("Instance not editable"),
tr("This instance is not editable. it may be broken, invalid, or too old. Check logs for details,"),
tr("This instance is not editable. It may be broken, invalid, or too old. Check logs for details."),
QMessageBox::Critical)->show();
}
}