From 990737add701787c0875a1de0cddb39d7143d853 Mon Sep 17 00:00:00 2001 From: David Schulz Date: Tue, 5 Jul 2022 13:41:41 +0200 Subject: [PATCH] Squish: fix typo Change-Id: I3ef71995a146655c485fffffc015b150c59867d7 Reviewed-by: Christian Stenger --- src/plugins/squish/squishfilehandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/squish/squishfilehandler.cpp b/src/plugins/squish/squishfilehandler.cpp index 83b0427d846..18eeb07f52e 100644 --- a/src/plugins/squish/squishfilehandler.cpp +++ b/src/plugins/squish/squishfilehandler.cpp @@ -108,7 +108,7 @@ void SquishFileHandler::openTestSuites() = QMessageBox::question(Core::ICore::dialogParent(), tr("Suite 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?") .arg(suiteName), QMessageBox::Yes | QMessageBox::YesToAll