diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2018-12-19 11:53:29 -0600 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2018-12-19 11:53:29 -0600 |
| commit | 37a6989ba831aa077d63234a8e8b64eb9e8f3eb1 (patch) | |
| tree | 51bab48729ec36c8022c42eb6018649a1ea2cc49 /src/profilesdialog.cpp | |
| parent | 830b63c4e20ffe3fee1ebffc9b88c45305f6737d (diff) | |
Make language about profile-specific settings and save games consistent
Diffstat (limited to 'src/profilesdialog.cpp')
| -rw-r--r-- | src/profilesdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profilesdialog.cpp b/src/profilesdialog.cpp index ed54f33c..17844357 100644 --- a/src/profilesdialog.cpp +++ b/src/profilesdialog.cpp @@ -191,7 +191,7 @@ void ProfilesDialog::on_removeProfileButton_clicked() return;
}
- QMessageBox confirmBox(QMessageBox::Question, tr("Confirm"), tr("Are you sure you want to remove this profile (including local savegames if any)?"),
+ QMessageBox confirmBox(QMessageBox::Question, tr("Confirm"), tr("Are you sure you want to remove this profile (including profile-specific save games, if any)?"),
QMessageBox::Yes | QMessageBox::No, this);
if (confirmBox.exec() == QMessageBox::Yes) {
|
