Skip to content
Snippets Groups Projects
Commit 96cc5ffb authored by Marco Bubke's avatar Marco Bubke
Browse files

QmlDesigner: Make error text more clear


Change-Id: I72d7aec00de65a007092887a3ac31f042dcdc74d
Reviewed-by: default avatarMarco Bubke <marco.bubke@digia.com>
parent eccc1198
No related branches found
No related tags found
No related merge requests found
......@@ -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();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment