OSDN Git Service

Small fix in a text
authorPawel Polanski <pawel.3.polanski@nokia.com>
Mon, 11 Oct 2010 12:05:10 +0000 (14:05 +0200)
committerPawel Polanski <pawel.3.polanski@nokia.com>
Mon, 11 Oct 2010 12:47:58 +0000 (14:47 +0200)
Reviewed-by: Friedemann Kleint
src/plugins/qmlprojectmanager/qmlprojectruncontrol.cpp

index 757b23d..eb0c7b3 100644 (file)
@@ -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."));