diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2018-12-19 12:56:11 -0600 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2018-12-19 13:02:15 -0600 |
| commit | 5e530becc2724731653e4e94473fe674f13da129 (patch) | |
| tree | 753e2b57fbd7947c2f2d4b7f9ff221bddf7296bc /src/profile.cpp | |
| parent | d9835cc4aeb4302f81b224a8060c5256a31172d3 (diff) | |
Don't mention save games when dealing with INI files
Diffstat (limited to 'src/profile.cpp')
| -rw-r--r-- | src/profile.cpp | 2 |
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) { |
