From e46a99bcc02bd9776a1f36b9d4b07705d458a27b Mon Sep 17 00:00:00 2001 From: Pawel Polanski <pawel.3.polanski@nokia.com> Date: Mon, 11 Oct 2010 14:05:10 +0200 Subject: [PATCH] Small fix in a text Reviewed-by: Friedemann Kleint --- src/plugins/qmlprojectmanager/qmlprojectruncontrol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/qmlprojectmanager/qmlprojectruncontrol.cpp b/src/plugins/qmlprojectmanager/qmlprojectruncontrol.cpp index 757b23dc272..eb0c7b37d01 100644 --- a/src/plugins/qmlprojectmanager/qmlprojectruncontrol.cpp +++ b/src/plugins/qmlprojectmanager/qmlprojectruncontrol.cpp @@ -226,7 +226,7 @@ void QmlRunControlFactory::showQmlObserverToolWarning() { dialog.setText(tr("QML Observer could not be found.")); dialog.setInformativeText(tr( "QML Observer is used to offer debugging features for " - "QML applications, such as interactive debugging and inspection tools." + "QML applications, such as interactive debugging and inspection tools. " "It must be compiled for each used Qt version separately. " "On the Qt4 options page, select the current Qt installation " "and click Rebuild.")); -- GitLab