aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Rossi <pierre.rossi@nokia.com>2012-05-03 14:47:40 +0200
committerEike Ziller <eike.ziller@nokia.com>2012-05-04 08:30:13 +0200
commitaf09f9c57237395830038af9be90dadda799e5e3 (patch)
tree0ad89a7b43ddbb2c917d0a9c8cbe23b796d25650
parente3f992b0332374131258cf0f13ecc11e2f888cb9 (diff)
Fix what looks like a copy-paste blunder in a Welcome Screen tutorial.
Change-Id: I8c574ac464f9e20479be7f5aba0f85e387ea4c3b Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
-rw-r--r--share/qtcreator/welcomescreen/widgets/Delegate.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/welcomescreen/widgets/Delegate.qml b/share/qtcreator/welcomescreen/widgets/Delegate.qml
index 25e100d6ab..83e7622564 100644
--- a/share/qtcreator/welcomescreen/widgets/Delegate.qml
+++ b/share/qtcreator/welcomescreen/widgets/Delegate.qml
@@ -146,7 +146,7 @@ Rectangle {
id: descriptionItem
height: 43
color: "#7e7e7e"
- text: qsTr("The 2D Painting example shows how QPainter and QGLWidget. The 2D Painting example shows how QPainter and QGLWidget work together.")
+ text: qsTr("The 2D Painting example shows how QPainter and QGLWidget work together.")
anchors.top: captionItem.bottom
anchors.topMargin: 10
opacity: 0