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 9b93539d..8eb1c49a 100644
--- a/src/profile.cpp
+++ b/src/profile.cpp
@@ -797,7 +797,7 @@ bool Profile::enableLocalSettings(bool enable)
QMessageBox::StandardButton res = QMessageBox::question(
QApplication::activeModalWidget(), tr("Delete profile-specific game INI files?"),
tr("Do you want to delete the profile-specific game INI files? (If you select \"No\", the "
- "save games will be used again if you re-enable profile-specific game INI files.)"),
+ "INI files will be used again if you re-enable profile-specific game INI files.)"),
QMessageBox::Yes | QMessageBox::No | QMessageBox::Cancel,
QMessageBox::Cancel);
if (res == QMessageBox::Yes) {