forked from qt-creator/qt-creator
CppEditor: Fix grammar
Fixes: QTCREATORBUG-23138 Change-Id: Idc874a25a2e3c18a802350d253fbd4908cdfcc93 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -156,7 +156,7 @@ static InfoBarEntry createMinimizableInfo(const Id &id,
|
|||||||
void MinimizableInfoBars::addNoProjectConfigurationEntry(const Id &id)
|
void MinimizableInfoBars::addNoProjectConfigurationEntry(const Id &id)
|
||||||
{
|
{
|
||||||
const QString text = tr("<b>Warning</b>: This file is not part of any project. "
|
const QString text = tr("<b>Warning</b>: This file is not part of any project. "
|
||||||
"The code model might have issues to parse this file properly.");
|
"The code model might have issues parsing this file properly.");
|
||||||
|
|
||||||
m_infoBar.addInfo(createMinimizableInfo(id, text, []() {
|
m_infoBar.addInfo(createMinimizableInfo(id, text, []() {
|
||||||
settings()->setShowNoProjectInfoBar(false);
|
settings()->setShowNoProjectInfoBar(false);
|
||||||
|
Reference in New Issue
Block a user