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:
Robert Loehning
2019-10-25 18:05:25 +02:00
parent 3f74b04c30
commit 523352f52d

View File

@@ -156,7 +156,7 @@ static InfoBarEntry createMinimizableInfo(const Id &id,
void MinimizableInfoBars::addNoProjectConfigurationEntry(const Id &id)
{
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, []() {
settings()->setShowNoProjectInfoBar(false);