QML JS: Add missing space in UI text

Change-Id: I25e525216bb6ad07c5491c7e9660c7d9becad1d4
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Leena Miettinen
2016-11-01 15:23:02 +01:00
parent 0ed954ca76
commit 8ab3d91afd

View File

@@ -403,7 +403,7 @@ Import LinkPrivate::importNonFile(Document::Ptr doc, const ImportInfo &importInf
error(doc, locationFromRange(importInfo.ast()->firstSourceLocation(), error(doc, locationFromRange(importInfo.ast()->firstSourceLocation(),
importInfo.ast()->lastSourceLocation()), importInfo.ast()->lastSourceLocation()),
Link::tr( Link::tr(
"QML module not found(%1).\n\n" "QML module not found (%1).\n\n"
"Import paths:\n" "Import paths:\n"
"%2\n\n" "%2\n\n"
"For qmake projects, use the QML_IMPORT_PATH variable to add import paths.\n" "For qmake projects, use the QML_IMPORT_PATH variable to add import paths.\n"