From 94b13cdd9ff78954d901312dd2b16975fbb62292 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Fri, 14 Mar 2014 16:11:49 +0100 Subject: [PATCH] Remove trailing newlines from QML Puppet messages. Change-Id: Ibe184979568f5ba2d4635cf36c9206cf56d87bac Reviewed-by: Alessandro Portale --- .../designercore/instances/nodeinstanceserverproxy.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/qmldesigner/designercore/instances/nodeinstanceserverproxy.cpp b/src/plugins/qmldesigner/designercore/instances/nodeinstanceserverproxy.cpp index df0c0479096..e3eb46252f9 100644 --- a/src/plugins/qmldesigner/designercore/instances/nodeinstanceserverproxy.cpp +++ b/src/plugins/qmldesigner/designercore/instances/nodeinstanceserverproxy.cpp @@ -280,7 +280,7 @@ NodeInstanceServerProxy::NodeInstanceServerProxy(NodeInstanceView *nodeInstanceV missingQmlPuppetErrorMessage(pathToQt, tr("The executable of the QML Puppet process (%1) cannot be started. " "Please check your installation. " - "QML Puppet is a process which runs in the background to render the items.\n\n" + "QML Puppet is a process which runs in the background to render the items." ).arg(applicationPath))); QmlDesignerPlugin::instance()->switchToTextModeDeferred(); @@ -292,7 +292,7 @@ NodeInstanceServerProxy::NodeInstanceServerProxy(NodeInstanceView *nodeInstanceV QMessageBox::warning(Core::ICore::dialogParent(), tr("Wrong QML Puppet Executable Version"), missingQmlPuppetErrorMessage(pathToQt, - tr("The QML Puppet version is incompatible with the Qt Creator version.\n\n"))); + tr("The QML Puppet version is incompatible with the Qt Creator version."))); QmlDesignerPlugin::instance()->switchToTextModeDeferred(); } } else {