forked from qt-creator/qt-creator
Autotest: Fix capitalization in UI text
Change-Id: Ib25f3322bd7014489ab9aa18d9cfa0f1544ea8f6 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -185,8 +185,8 @@ void TestSettingsWidget::onFrameworkItemChanged()
|
|||||||
} else {
|
} else {
|
||||||
m_ui.frameworksWarn->setText(tr("Mixing test frameworks and test tools."));
|
m_ui.frameworksWarn->setText(tr("Mixing test frameworks and test tools."));
|
||||||
m_ui.frameworksWarn->setToolTip(tr("Mixing test frameworks and test tools can lead "
|
m_ui.frameworksWarn->setToolTip(tr("Mixing test frameworks and test tools can lead "
|
||||||
"to duplicating run information when using e.g. "
|
"to duplicating run information when using "
|
||||||
"'Run All Tests'."));
|
"\"Run All Tests\", for example."));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
m_ui.frameworksWarn->setVisible(!atLeastOneEnabled
|
m_ui.frameworksWarn->setVisible(!atLeastOneEnabled
|
||||||
|
|||||||
Reference in New Issue
Block a user