aboutsummaryrefslogtreecommitdiffstats
path: root/examples/controls/gallery/pages/ComboBoxPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/controls/gallery/pages/ComboBoxPage.qml')
-rw-r--r--examples/controls/gallery/pages/ComboBoxPage.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/controls/gallery/pages/ComboBoxPage.qml b/examples/controls/gallery/pages/ComboBoxPage.qml
index 3c497c48..4400612f 100644
--- a/examples/controls/gallery/pages/ComboBoxPage.qml
+++ b/examples/controls/gallery/pages/ComboBoxPage.qml
@@ -52,8 +52,8 @@ Pane {
width: parent.width
wrapMode: Label.Wrap
horizontalAlignment: Qt.AlignHCenter
- text: "ComboBox is a combined button and popup list. It provides means of presenting a "
- + "list of options to the user in a way that takes up the minimum amount of screen space."
+ text: "ComboBox is a combined button and popup list. It presents "
+ + "a list of options to the user that occupies minimal screen space."
}
ComboBox {