Update source strings

Reviewed-by: Pawel Polanski
This commit is contained in:
Jarek Kobus
2011-03-30 15:58:58 +02:00
parent 720a86c9fc
commit c688a39b91
11 changed files with 30 additions and 30 deletions

View File

@@ -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) {