OSDN Git Service

QML Observer: Changed warning message to mention reloading
authorLasse Holmstedt <lasse.holmstedt@nokia.com>
Mon, 2 Aug 2010 08:47:39 +0000 (10:47 +0200)
committerLasse Holmstedt <lasse.holmstedt@nokia.com>
Mon, 2 Aug 2010 15:31:11 +0000 (17:31 +0200)
src/plugins/qmljsinspector/qmljslivetextpreview.cpp

index 4c17072..1078e0e 100644 (file)
@@ -518,8 +518,9 @@ void QmlJSLiveTextPreview::showExperimentalWarning()
 {
     Core::EditorManager *em = Core::EditorManager::instance();
     em->showEditorInfoBar(Constants::INFO_EXPERIMENTAL,
-                          tr("You changed a QML file in in Live Preview mode, and the changes were applied to the running QML application. "
-                             "This feature is experimental, and behavior can be unexpected."),
+                          tr("You changed a QML file in Live Preview mode, which modifies the running QML application. "
+                             "In case of unexpected behavior, please reload the QML application. "
+                             ),
                           tr("Disable Live Preview"), this, SLOT(disableLivePreview()));
 }