From 3c488a69ed7303b455da5c52f3f3dd24a705b390 Mon Sep 17 00:00:00 2001 From: LostDragonist Date: Sat, 13 Apr 2019 20:05:09 -0500 Subject: Fix typo in missing INI dialog --- src/profile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/profile.cpp') 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") ); } -- cgit v1.3.1