Squish: fix typo

Change-Id: I3ef71995a146655c485fffffc015b150c59867d7
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
David Schulz
2022-07-05 13:41:41 +02:00
parent 18b6a61eaa
commit 990737add7

View File

@@ -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