forked from qt-creator/qt-creator
Squish: Fix wrong ui string
Change-Id: I79f17ecf7110d1da819358d9e7a7f09a3fe836a3 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -197,7 +197,7 @@ void SquishTools::queryServerSettings()
|
|||||||
QMessageBox::critical(Core::ICore::dialogParent(),
|
QMessageBox::critical(Core::ICore::dialogParent(),
|
||||||
Tr::tr("Error"),
|
Tr::tr("Error"),
|
||||||
Tr::tr("Squish Tools in unexpected state (%1).\n"
|
Tr::tr("Squish Tools in unexpected state (%1).\n"
|
||||||
"Refusing to run a test case.")
|
"Refusing to execute server query.")
|
||||||
.arg(m_state));
|
.arg(m_state));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user