forked from qt-creator/qt-creator
Squish: fix typo
Change-Id: I3ef71995a146655c485fffffc015b150c59867d7 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -108,7 +108,7 @@ void SquishFileHandler::openTestSuites()
|
|||||||
= QMessageBox::question(Core::ICore::dialogParent(),
|
= QMessageBox::question(Core::ICore::dialogParent(),
|
||||||
tr("Suite Already Open"),
|
tr("Suite Already Open"),
|
||||||
tr("A test suite with the name \"%1\" is already open."
|
tr("A test suite with the name \"%1\" is already open."
|
||||||
"\nClose the opened test suite and replac it "
|
"\nClose the opened test suite and replace it "
|
||||||
"with the new one?")
|
"with the new one?")
|
||||||
.arg(suiteName),
|
.arg(suiteName),
|
||||||
QMessageBox::Yes | QMessageBox::YesToAll
|
QMessageBox::Yes | QMessageBox::YesToAll
|
||||||
|
Reference in New Issue
Block a user