From af09f9c57237395830038af9be90dadda799e5e3 Mon Sep 17 00:00:00 2001 From: Pierre Rossi Date: Thu, 3 May 2012 14:47:40 +0200 Subject: [PATCH] Fix what looks like a copy-paste blunder in a Welcome Screen tutorial. Change-Id: I8c574ac464f9e20479be7f5aba0f85e387ea4c3b Reviewed-by: Eike Ziller --- share/qtcreator/welcomescreen/widgets/Delegate.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/welcomescreen/widgets/Delegate.qml b/share/qtcreator/welcomescreen/widgets/Delegate.qml index 25e100d6abe..83e76225643 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