Project Explorer: Fix UI text

Task-number: QTCREATORBUG-27055
Change-Id: I9b0e4f02ea7d1ebb14a9581f21c76b8908589334
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Leena Miettinen
2022-02-16 18:02:48 +01:00
parent 1a90f06fe5
commit 4f3d3d445c
5 changed files with 8 additions and 8 deletions

View File

@@ -121,8 +121,8 @@ public:
layout->setContentsMargins(0, 0, 0, 0);
const auto pasteStdOutCB = new QCheckBox(tr("Parse standard output during build"), this);
pasteStdOutCB->setToolTip(tr("Check this to make output parsers look for diagnostics "
"on stdout rather than stderr"));
pasteStdOutCB->setToolTip(tr("Makes output parsers look for diagnostics "
"on stdout rather than stderr."));
pasteStdOutCB->setChecked(bc->parseStdOut());
layout->addWidget(pasteStdOutCB);