forked from qt-creator/qt-creator
QmlDesigner: Fix spelling in PuppetCreator::build
Task-number: QTCREATORBUG-12562 Change-Id: If14869b085c2f5bd59ea827b4e9e31db210592af Reviewed-by: Oliver Wolff <oliver.wolff@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
@@ -171,17 +171,16 @@ bool PuppetCreator::build(const QString &qmlPuppetProjectFilePath) const
|
|||||||
if (!buildSucceeded)
|
if (!buildSucceeded)
|
||||||
QmlDesignerWarning::show(QCoreApplication::translate("PuppetCreator", "Emulation layer building was unsuccessful"),
|
QmlDesignerWarning::show(QCoreApplication::translate("PuppetCreator", "Emulation layer building was unsuccessful"),
|
||||||
QCoreApplication::translate("PuppetCreator",
|
QCoreApplication::translate("PuppetCreator",
|
||||||
"The emulation layer(Qml Puppet) cannot was built. "
|
"The emulation layer (Qml Puppet) cannot be built. "
|
||||||
"So now the fallback version will be used "
|
"The fallback emulation layer, which does not support all features, will be used."
|
||||||
"which is not supporting all features."
|
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
QmlDesignerWarning::show(QCoreApplication::translate("PuppetCreator", "Qt Version is not supported"),
|
QmlDesignerWarning::show(QCoreApplication::translate("PuppetCreator", "Qt Version is not supported"),
|
||||||
QCoreApplication::translate("PuppetCreator",
|
QCoreApplication::translate("PuppetCreator",
|
||||||
"The emulation layer(Qml Puppet) cannot be built because the Qt version is to old "
|
"The emulation layer (Qml Puppet) cannot be built because the Qt version is too old "
|
||||||
"or it can not run native on your computer. So now the fallback version will be used "
|
"or it cannot run natively on your computer. "
|
||||||
"which is not supporting all features."
|
"The fallback emulation layer, which does not support all features, will be used."
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user