forked from qt-creator/qt-creator
QmlProject: Fix typo
Change-Id: Ib481931d637c8df04f1b2bd87bbd759d5f299e9c Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
committed by
Kai Koehne
parent
a250157106
commit
964b0596de
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user