diff options
author | jan Iversen <jan@casacondor.com> | 2020-01-24 10:14:26 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-01-27 14:25:03 -0800 |
commit | 0920adf40fa16e61626108d3b3f79d87de8c214a (patch) | |
tree | 9380e59851bea11d644216a1777e0fb74f3dc783 /mobile-widgets/qml/TemplateTitle.qml | |
parent | e69f5c4e28759d13541c1f35c321d25e2a10c5c3 (diff) | |
download | subsurface-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>
Diffstat (limited to 'mobile-widgets/qml/TemplateTitle.qml')
-rw-r--r-- | mobile-widgets/qml/TemplateTitle.qml | 2 |
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 |