aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-08-24 03:03:50 +0200
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-08-24 03:03:50 +0200
commitf4fc3346c3d340196fa5493b3f0acb303ddbabe6 (patch)
tree130fca8124c6b73ce241c8ba4f8a5e3ffa590758
parentf74cff42a76a363d98055b2d10ea4d5b96532f2d (diff)
parent62c45cdcd48e436c7d81d668b4da36c30928f871 (diff)
Merge remote-tracking branch 'origin/5.12' into 5.13
-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."
}