iOS: Add punctuation to end of messages

Change-Id: I744843de0f728edcdaa10024b13454b5d673464a
Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
This commit is contained in:
Leena Miettinen
2017-07-28 09:59:09 +02:00
parent 27cb331b4b
commit 661818a67e

View File

@@ -185,7 +185,7 @@ void IosSettingsWidget::onReset()
const int userInput = QMessageBox::question(this, tr("Reset"), const int userInput = QMessageBox::question(this, tr("Reset"),
tr("Do you really want to reset the contents and settings" tr("Do you really want to reset the contents and settings"
" of the selected devices", "", " of the selected devices?", "",
simulatorInfoList.count())); simulatorInfoList.count()));
if (userInput == QMessageBox::No) if (userInput == QMessageBox::No)
return; return;
@@ -243,7 +243,7 @@ void IosSettingsWidget::onDelete()
const int userInput = QMessageBox::question(this, tr("Delete Device"), const int userInput = QMessageBox::question(this, tr("Delete Device"),
tr("Do you really want to delete the selected " tr("Do you really want to delete the selected "
"devices", "", simulatorInfoList.count())); "devices?", "", simulatorInfoList.count()));
if (userInput == QMessageBox::No) if (userInput == QMessageBox::No)
return; return;