aboutsummaryrefslogtreecommitdiffstats
path: root/examples/controls/gallery/pages/GroupBoxPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/controls/gallery/pages/GroupBoxPage.qml')
-rw-r--r--examples/controls/gallery/pages/GroupBoxPage.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/controls/gallery/pages/GroupBoxPage.qml b/examples/controls/gallery/pages/GroupBoxPage.qml
index e9d67849..996e65d2 100644
--- a/examples/controls/gallery/pages/GroupBoxPage.qml
+++ b/examples/controls/gallery/pages/GroupBoxPage.qml
@@ -54,7 +54,7 @@ Pane {
width: parent.width
wrapMode: Label.Wrap
horizontalAlignment: Qt.AlignHCenter
- text: "GroupBox is used to layout a logical group of controls together, within a titled visual frame."
+ text: "A GroupBox provides a frame, a title on top of it, and a logical group of controls within that frame."
}
GroupBox {