mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
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>
This commit is contained in:
parent
e69f5c4e28
commit
0920adf40f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue