aboutsummaryrefslogtreecommitdiffstats
path: root/examples/controls/gallery/pages/TabBarPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/controls/gallery/pages/TabBarPage.qml')
-rw-r--r--examples/controls/gallery/pages/TabBarPage.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/controls/gallery/pages/TabBarPage.qml b/examples/controls/gallery/pages/TabBarPage.qml
index 0ab4a100..ba170f2c 100644
--- a/examples/controls/gallery/pages/TabBarPage.qml
+++ b/examples/controls/gallery/pages/TabBarPage.qml
@@ -66,7 +66,8 @@ Pane {
width: parent.width
wrapMode: Label.Wrap
horizontalAlignment: Qt.AlignHCenter
- text: "TabBar provides a tab-based navigation model."
+ text: "TabBar is a bar with icons or text which allows the user"
+ + "to switch between different subtasks, views, or modes."
}
Image {