From 31ef2e858c2a0835c040b3199c9557f0f6c66808 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Fri, 22 Apr 2016 09:49:13 +0200 Subject: QmlDebug: Adapt to renaming of Qt Creators "QML/JS" console Change-Id: Ic9d1a1f90bfda07d2796bca71a1ea61e94ffb6da Reviewed-by: Friedemann Kleint --- src/plugins/qmltooling/qmldbg_server/qqmldebugserver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/plugins/qmltooling/qmldbg_server/qqmldebugserver.cpp b/src/plugins/qmltooling/qmldbg_server/qqmldebugserver.cpp index bc259afaa4..28213e7b56 100644 --- a/src/plugins/qmltooling/qmldbg_server/qqmldebugserver.cpp +++ b/src/plugins/qmltooling/qmldbg_server/qqmldebugserver.cpp @@ -423,7 +423,7 @@ void QQmlDebugServerImpl::parseArguments() //: Please preserve the line breaks and formatting << tr("Sends qDebug() and similar messages over the QML debug\n" "\t\t connection. QtCreator uses this for showing debug\n" - "\t\t messages in the JavaScript console.") << '\n' + "\t\t messages in the debugger console.") << '\n' << tr("Other services offered by qmltooling plugins that implement " "QQmlDebugServiceFactory and which can be found in the standard plugin " "paths will also be available and can be specified. If no \"services\" " -- cgit v1.2.3