Grammar/Spelling nit fix for Missing Mod loader dialog

Co-authored-by: Seth Flynn <getchoo@tuta.io>
Signed-off-by: Pagwin <git@pagwin.xyz>
This commit is contained in:
Pagwin
2025-11-23 14:06:06 -05:00
committed by GitHub
parent 5e2c8bdcf7
commit 55a212f3c4

View File

@@ -393,8 +393,8 @@ bool NilModFolderPage::shouldDisplay() const
// Helper function so this doesn't need to be duplicated 3 times
inline bool ModFolderPage::handleNoModLoader()
{
int resp = QMessageBox::question(this, this->tr("Missing ModLoader"),
this->tr("You need to install a mod loader before installing mods, would you like to do so?"),
int resp = QMessageBox::question(this, this->tr("Missing Mod Loader"),
this->tr("You need to install a compatible mod loader before installing mods. Would you like to do so?"),
QMessageBox::Yes | QMessageBox::No, QMessageBox::Yes);
switch (resp) {
case QMessageBox::Yes: {