summaryrefslogtreecommitdiff
path: root/src/plugins/ios/iossettingswidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/ios/iossettingswidget.cpp')
-rw-r--r--src/plugins/ios/iossettingswidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/ios/iossettingswidget.cpp b/src/plugins/ios/iossettingswidget.cpp
index 0afe270775..6e99dadca2 100644
--- a/src/plugins/ios/iossettingswidget.cpp
+++ b/src/plugins/ios/iossettingswidget.cpp
@@ -185,7 +185,7 @@ void IosSettingsWidget::onReset()
const int userInput = QMessageBox::question(this, tr("Reset"),
tr("Do you really want to reset the contents and settings"
- " of the selected devices", "",
+ " of the selected devices?", "",
simulatorInfoList.count()));
if (userInput == QMessageBox::No)
return;
@@ -243,7 +243,7 @@ void IosSettingsWidget::onDelete()
const int userInput = QMessageBox::question(this, tr("Delete Device"),
tr("Do you really want to delete the selected "
- "devices", "", simulatorInfoList.count()));
+ "devices?", "", simulatorInfoList.count()));
if (userInput == QMessageBox::No)
return;