aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar jan Iversen <jan@casacondor.com>2020-01-24 10:14:26 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-01-27 14:25:03 -0800
commit0920adf40fa16e61626108d3b3f79d87de8c214a (patch)
tree9380e59851bea11d644216a1777e0fb74f3dc783
parente69f5c4e28759d13541c1f35c321d25e2a10c5c3 (diff)
downloadsubsurface-0920adf40fa16e61626108d3b3f79d87de8c214a.tar.gz
mobile-widgets/qml: correct spelling error
Correct spelling error in TemplateTitle. Signed-off-by: jan Iversen <jan@casacondor.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--mobile-widgets/qml/TemplateTitle.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/TemplateTitle.qml b/mobile-widgets/qml/TemplateTitle.qml
index fabb482b2..983e89edc 100644
--- a/mobile-widgets/qml/TemplateTitle.qml
+++ b/mobile-widgets/qml/TemplateTitle.qml
@@ -15,7 +15,7 @@ Item {
font.pointSize: subsurfaceTheme.titlePointSize
font.bold: true
anchors.horizontalCenter: parent.horizontalCenter
- text: "using the TemplateTilte you need to set the title text"
+ text: "using the TemplateTitle you need to set the title text"
}
TemplateLine {
anchors.top: myLabel.bottom