summaryrefslogtreecommitdiff
path: root/src/profilesdialog.cpp
diff options
context:
space:
mode:
authorProject579 <star579avatar@gmail.com>2018-12-29 11:56:42 +0100
committerProject579 <star579avatar@gmail.com>2018-12-29 11:56:42 +0100
commitd6f9e6d900f4a92da6bb252f0f8a223d59819e45 (patch)
tree1e39b666e3d52632a471152630d2f07d4e73125d /src/profilesdialog.cpp
parent4436d376a8d426867f217b03838570a424b09c5f (diff)
parenteb50d0b44773f17fd8edccd557b7a2135c2cdb76 (diff)
Merge branch 'Develop' into archive_conflicts_2
Updating to 2.1.7alpha1
Diffstat (limited to 'src/profilesdialog.cpp')
-rw-r--r--src/profilesdialog.cpp2
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) {