From 62c45cdcd48e436c7d81d668b4da36c30928f871 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Thu, 22 Aug 2019 11:11:42 +0200 Subject: examples: type userto -> user Change-Id: I99d9ea22fd51aa4e9da469b630b319ba71215558 Reviewed-by: Mitch Curtis --- examples/quickcontrols2/gallery/pages/TabBarPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." } -- cgit v1.2.3