forked from qt-creator/qt-creator
Autotest: edit UI text and messages
Fix capitalization, punctuation, and grammar issues. Change-Id: Ie5044a1a3445ea078fe52ae20b1b4eec747e3de4 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
committed by
Riitta-Leena Miettinen
parent
dbf11d4520
commit
ae7b3e8404
@@ -324,7 +324,7 @@ void TestResultsPane::initializeFilterMenu()
|
||||
|
||||
void TestResultsPane::updateSummaryLabel()
|
||||
{
|
||||
QString labelText = QString::fromLatin1("<p><b>Test Summary:</b> %1 %2, %3 %4")
|
||||
QString labelText = QString::fromLatin1("<p><b>Test summary:</b> %1 %2, %3 %4")
|
||||
.arg(QString::number(m_model->resultTypeCount(Result::PASS)), tr("passes"),
|
||||
QString::number(m_model->resultTypeCount(Result::FAIL)), tr("fails"));
|
||||
int count = m_model->resultTypeCount(Result::UNEXPECTED_PASS);
|
||||
|
||||
Reference in New Issue
Block a user