aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/gallery/pages/TabBarPage.qml
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-09-06 13:31:44 +0200
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-09-06 13:31:45 +0200
commit3703d57161dc4ad7df000403bfcc43ac78eb6617 (patch)
tree4ab8ca921336f38ca539b699c6f4c0d7dc3de949 /examples/quickcontrols2/gallery/pages/TabBarPage.qml
parent94fdd09199b3373bc6d6e9d9c873cd16d54184a5 (diff)
parent567a5cf69ef39ba5e9d0558ee7d6caec4d69bf71 (diff)
Merge remote-tracking branch 'origin/5.13' into 5.14
Diffstat (limited to 'examples/quickcontrols2/gallery/pages/TabBarPage.qml')
-rw-r--r--examples/quickcontrols2/gallery/pages/TabBarPage.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quickcontrols2/gallery/pages/TabBarPage.qml b/examples/quickcontrols2/gallery/pages/TabBarPage.qml
index 7f5cbce5..7c3cae44 100644
--- a/examples/quickcontrols2/gallery/pages/TabBarPage.qml
+++ b/examples/quickcontrols2/gallery/pages/TabBarPage.qml
@@ -74,7 +74,7 @@ Page {
width: parent.width
wrapMode: Label.Wrap
horizontalAlignment: Qt.AlignHCenter
- text: "TabBar is a bar with icons or text which allows the user"
+ text: "TabBar is a bar with icons or text which allows the user "
+ "to switch between different subtasks, views, or modes."
}