Skip to content
Snippets Groups Projects
Commit 273a3c14 authored by dt's avatar dt
Browse files

Fix message shown on building

parent 47165a91
No related branches found
No related tags found
No related merge requests found
......@@ -344,7 +344,7 @@ void BuildManager::nextStep()
const QString projectName = m_currentBuildStep->buildConfiguration()->target()->project()->displayName();
QTextCharFormat textCharFormat;
textCharFormat.setFontWeight(QFont::Bold);
addToOutputWindow(tr("Running build steps for project %2...")
addToOutputWindow(tr("Running build steps for project %1...")
.arg(projectName), textCharFormat);
m_previousBuildStepProject = m_currentBuildStep->buildConfiguration()->target()->project();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment