Squish: Fix wrong ui string

Change-Id: I79f17ecf7110d1da819358d9e7a7f09a3fe836a3
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Christian Stenger
2022-09-02 12:51:55 +02:00
parent 61f1a40f4e
commit 82922c8ea8

View File

@@ -197,7 +197,7 @@ void SquishTools::queryServerSettings()
QMessageBox::critical(Core::ICore::dialogParent(),
Tr::tr("Error"),
Tr::tr("Squish Tools in unexpected state (%1).\n"
"Refusing to run a test case.")
"Refusing to execute server query.")
.arg(m_state));
return;
}