From 96cc5ffb08bf6a2bd2f30ff9152ffcbce57ddb26 Mon Sep 17 00:00:00 2001
From: Marco Bubke <marco.bubke@digia.com>
Date: Tue, 22 Apr 2014 12:41:43 +0200
Subject: [PATCH] QmlDesigner: Make error text more clear

Change-Id: I72d7aec00de65a007092887a3ac31f042dcdc74d
Reviewed-by: Marco Bubke <marco.bubke@digia.com>
---
 .../designercore/instances/nodeinstanceserverproxy.cpp          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/qmldesigner/designercore/instances/nodeinstanceserverproxy.cpp b/src/plugins/qmldesigner/designercore/instances/nodeinstanceserverproxy.cpp
index 5250d53b0bb..927601ab878 100644
--- a/src/plugins/qmldesigner/designercore/instances/nodeinstanceserverproxy.cpp
+++ b/src/plugins/qmldesigner/designercore/instances/nodeinstanceserverproxy.cpp
@@ -175,7 +175,7 @@ NodeInstanceServerProxy::NodeInstanceServerProxy(NodeInstanceView *nodeInstanceV
    } else {
        QMessageBox::warning(Core::ICore::dialogParent(),
                             tr("Cannot Start QML Puppet Executable"),
-                            tr("The executable of the QML Puppet process (%1) cannot be started."));
+                            tr("The executable of the QML Puppet process cannot be started or is hanging."));
 
        QmlDesignerPlugin::instance()->switchToTextModeDeferred();
    }
-- 
GitLab