CppCheck: Fix UI text according to the guidelines

https://doc.qt.io/qtcreator-extending/qtcreator-ui-text.html

Task-number: QTCREATORBUG-23683
Change-Id: I7ad156fd5dca688a05bff3fc394ca67356378eb1
Reviewed-by: Sergey Morozov <dev@gres.biz>
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Leena Miettinen
2020-03-11 11:20:14 +01:00
parent 38cf9047c9
commit 0bd2a3d4d4

View File

@@ -47,7 +47,7 @@ ManualRunDialog::ManualRunDialog(const CppcheckOptions &options,
{
QTC_ASSERT(project, return );
setWindowTitle(tr("Cppcheck run configuration"));
setWindowTitle(tr("Cppcheck Run Configuration"));
auto view = new QTreeView;
view->setHeaderHidden(true);