forked from qt-creator/qt-creator
Update source strings
Reviewed-by: Pawel Polanski
This commit is contained in:
@@ -108,7 +108,7 @@ void QmlProject::parseProject(RefreshOptions options)
|
||||
messageManager->printToOutputPane(component->errorString(), true);
|
||||
}
|
||||
} else {
|
||||
messageManager->printToOutputPane(tr("Error while loading `project file %1.").arg(m_fileName), true);
|
||||
messageManager->printToOutputPane(tr("Error while loading project file %1.").arg(m_fileName), true);
|
||||
}
|
||||
}
|
||||
if (m_projectItem) {
|
||||
|
Reference in New Issue
Block a user