From 214251890c4f173647b9bebe2fbd1d70b59298e9 Mon Sep 17 00:00:00 2001 From: Marco Bubke Date: Tue, 1 Jul 2014 10:56:15 +0200 Subject: [PATCH] QmlDesigner: Fix spelling in PuppetCreator::build Task-number: QTCREATORBUG-12562 Change-Id: If14869b085c2f5bd59ea827b4e9e31db210592af Reviewed-by: Oliver Wolff Reviewed-by: Leena Miettinen --- .../designercore/instances/puppetcreator.cpp | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/plugins/qmldesigner/designercore/instances/puppetcreator.cpp b/src/plugins/qmldesigner/designercore/instances/puppetcreator.cpp index 475032cba51..dec6c7d2f85 100644 --- a/src/plugins/qmldesigner/designercore/instances/puppetcreator.cpp +++ b/src/plugins/qmldesigner/designercore/instances/puppetcreator.cpp @@ -171,17 +171,16 @@ bool PuppetCreator::build(const QString &qmlPuppetProjectFilePath) const if (!buildSucceeded) QmlDesignerWarning::show(QCoreApplication::translate("PuppetCreator", "Emulation layer building was unsuccessful"), QCoreApplication::translate("PuppetCreator", - "The emulation layer(Qml Puppet) cannot was built. " - "So now the fallback version will be used " - "which is not supporting all features." + "The emulation layer (Qml Puppet) cannot be built. " + "The fallback emulation layer, which does not support all features, will be used." )); } } else { QmlDesignerWarning::show(QCoreApplication::translate("PuppetCreator", "Qt Version is not supported"), QCoreApplication::translate("PuppetCreator", - "The emulation layer(Qml Puppet) cannot be built because the Qt version is to old " - "or it can not run native on your computer. So now the fallback version will be used " - "which is not supporting all features." + "The emulation layer (Qml Puppet) cannot be built because the Qt version is too old " + "or it cannot run natively on your computer. " + "The fallback emulation layer, which does not support all features, will be used." )); }