From 00a46667d7d7f52d9eb286384823266df8604351 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 15 Jul 2013 16:19:48 +0200 Subject: [PATCH] QML Designer: Fix message about puppet crash. Change-Id: I604cdbd2abfd45105502e19d80f102df1017f4c5 Reviewed-by: Marco Bubke --- .../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 b99756e0a4e..31ec3bc29f2 100644 --- a/src/plugins/qmldesigner/designercore/instances/nodeinstanceserverproxy.cpp +++ b/src/plugins/qmldesigner/designercore/instances/nodeinstanceserverproxy.cpp @@ -393,8 +393,8 @@ void NodeInstanceServerProxy::processFinished(int /*exitCode*/, QProcess::ExitSt if (m_captureFileForTest.isOpen()) { m_captureFileForTest.close(); m_captureFileForTest.remove(); - QMessageBox::warning(0, tr("Qml Puppet crashes"), tr("Your are recording a Puppet stream and the puppet crashes. " - "It is recommended to reopen the Qml Designer and start again.")); + QMessageBox::warning(0, tr("QML Puppet Crashed"), tr("Your are recording a Puppet stream and the puppet crashed. " + "It is recommended to reopen the QML Designer and start again.")); }