Skip to content
Snippets Groups Projects
Commit e46a99bc authored by Pawel Polanski's avatar Pawel Polanski
Browse files

Small fix in a text

Reviewed-by: Friedemann Kleint
parent 80cea384
No related branches found
No related tags found
No related merge requests found
...@@ -226,7 +226,7 @@ void QmlRunControlFactory::showQmlObserverToolWarning() { ...@@ -226,7 +226,7 @@ void QmlRunControlFactory::showQmlObserverToolWarning() {
dialog.setText(tr("QML Observer could not be found.")); dialog.setText(tr("QML Observer could not be found."));
dialog.setInformativeText(tr( dialog.setInformativeText(tr(
"QML Observer is used to offer debugging features for " "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. " "It must be compiled for each used Qt version separately. "
"On the Qt4 options page, select the current Qt installation " "On the Qt4 options page, select the current Qt installation "
"and click Rebuild.")); "and click Rebuild."));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment