QML Designer: Fix message about puppet crash.

Change-Id: I604cdbd2abfd45105502e19d80f102df1017f4c5
Reviewed-by: Marco Bubke <marco.bubke@digia.com>
This commit is contained in:
Friedemann Kleint
2013-07-15 16:19:48 +02:00
parent 22de58ee94
commit 00a46667d7

View File

@@ -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."));
}