summaryrefslogtreecommitdiff
path: root/examples/enginio
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2013-12-27 14:07:20 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-06 13:51:41 +0100
commit1521155812292c6fa2830b0256e11e4bf7918358 (patch)
tree164a187d408dbf1e5f3e8b03af58d2b089df0097 /examples/enginio
parent90195c2971132b325e7f6eda69b139d9e1c5fbc6 (diff)
downloadqtenginio-1521155812292c6fa2830b0256e11e4bf7918358.tar.gz
Fix text for backend helper
Change-Id: Id77d32ce062c1bb9b006c368c81959ce88d26624 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
Diffstat (limited to 'examples/enginio')
-rw-r--r--examples/enginio/common/backendhelper/BackendHelper.qml2
-rw-r--r--examples/enginio/common/backendhelper/helperdialog.ui2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/enginio/common/backendhelper/BackendHelper.qml b/examples/enginio/common/backendhelper/BackendHelper.qml
index 00c40cf..f06f56b 100644
--- a/examples/enginio/common/backendhelper/BackendHelper.qml
+++ b/examples/enginio/common/backendhelper/BackendHelper.qml
@@ -82,7 +82,7 @@ Rectangle {
verticalAlignment: Text.AlignVCenter
font.pixelSize: 20
- text: "<html><head/><body><p>For the Enginio Examples to work the backend ID is needed. Please copy them from your <a href=\"http://engin.io\"><span style=\" text-decoration: underline; color:#0000ff;\">Enginio Dashboard.</span></a></p><p>Make sure to have the right type of backend or configure it manually according to the example's documentation. </p></body></html>"
+ text: "<html><head/><body><p>For the Enginio Examples to work the backend ID is needed. Please copy it from your <a href=\"http://engin.io\"><span style=\" text-decoration: underline; color:#0000ff;\">Enginio Dashboard</span></a>.</p><p>Make sure to have the right type of backend or configure it manually according to the example's documentation. </p></body></html>"
color: "black"
wrapMode: Text.Wrap
diff --git a/examples/enginio/common/backendhelper/helperdialog.ui b/examples/enginio/common/backendhelper/helperdialog.ui
index 4b97f64..299f8fd 100644
--- a/examples/enginio/common/backendhelper/helperdialog.ui
+++ b/examples/enginio/common/backendhelper/helperdialog.ui
@@ -17,7 +17,7 @@
<item>
<widget class="QLabel" name="label_3">
<property name="text">
- <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;For the Enginio Examples to work the backend ID is needed. Please copy them from your &lt;a href=&quot;http://engin.io&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Enginio Dashboard.&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Make sure to have the right type of backend or configure it manually according to the example's documentation. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
+ <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;For the Enginio Examples to work the backend ID is needed. Please copy it from your &lt;a href=&quot;http://engin.io&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Enginio Dashboard.&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Make sure to have the right type of backend or configure it manually according to the example's documentation.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="wordWrap">
<bool>true</bool>