QmlProject: Fix typo

Change-Id: Ib481931d637c8df04f1b2bd87bbd759d5f299e9c
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
Christian Stenger
2012-03-20 09:47:29 +01:00
committed by Kai Koehne
parent a250157106
commit 964b0596de

View File

@@ -130,7 +130,7 @@ void QmlProject::parseProject(RefreshOptions options)
messageManager->printToOutputPane(
tr("Warning while loading project file %1.").arg(m_fileName));
messageManager->printToOutputPane(
tr("File '%' does not exist or is not readable.").arg(mainFilePath), true);
tr("File '%1' does not exist or is not readable.").arg(mainFilePath), true);
}
}
}