forked from qt-creator/qt-creator
iOS: Add punctuation to end of messages
Change-Id: I744843de0f728edcdaa10024b13454b5d673464a Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user