summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2019-04-13 20:05:09 -0500
committerLostDragonist <lost.dragonist@gmail.com>2019-04-13 20:21:46 -0500
commit3c488a69ed7303b455da5c52f3f3dd24a705b390 (patch)
tree21ac80c73018cef8eb8c386c01e2549e5510023d
parent5ea25f03ce9f674cd539c08ed5895eadde52e8ce (diff)
Fix typo in missing INI dialog
-rw-r--r--src/profile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profile.cpp b/src/profile.cpp
index 259f93c8..4ccaa641 100644
--- a/src/profile.cpp
+++ b/src/profile.cpp
@@ -809,7 +809,7 @@ bool Profile::localSettingsEnabled() const
QMessageBox::StandardButton res = QMessageBox::warning(
QApplication::activeModalWidget(), tr("Missing profile-specific game INI files!"),
tr("Some of your profile-specific game INI files were missing. They will now be copied "
- "from the vanilla game folder. You might want double-check your settings.\n\n"
+ "from the vanilla game folder. You might want to double-check your settings.\n\n"
"Missing files:\n") + missingFiles.join("\n")
);
}