diff --git a/src/plugins/qmlprojectmanager/qmlprojectruncontrol.cpp b/src/plugins/qmlprojectmanager/qmlprojectruncontrol.cpp index 757b23dc272bf01e8f7347387429090f58da9ade..eb0c7b37d014aee62f2924e811c1d7d34f1f15b1 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."));