summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@digia.com>2013-11-26 12:18:17 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-30 18:00:39 +0100
commit78c8e7d9a7860c15f907615f2b02b3986a080d2a (patch)
tree5be3d2cece1bb10612b9c0fbca9d6c24f657062c
parent633f26f2d28a9d81afd767b6b4abc307646f9e11 (diff)
downloadqtquickcontrols-78c8e7d9a7860c15f907615f2b02b3986a080d2a.tar.gz
Fix typo in tableview example.
Sortindicator => Sort indicator Change-Id: Id9897268bb21e9ba0dc14de2c4cc9e7f9f9a66d4 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
-rw-r--r--examples/quick/controls/tableview/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/controls/tableview/main.qml b/examples/quick/controls/tableview/main.qml
index 37ab383e..d664e452 100644
--- a/examples/quick/controls/tableview/main.qml
+++ b/examples/quick/controls/tableview/main.qml
@@ -385,7 +385,7 @@ Window {
CheckBox{
id: sortableCheckbox
checked: false
- text: "Sortindicator"
+ text: "Sort indicator"
anchors.verticalCenter: parent.verticalCenter
}
CheckBox{