summaryrefslogtreecommitdiff
path: root/src/profile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profile.cpp')
-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")
);
}