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