mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Fix spelling
This commit is contained in:
parent
dd361eef43
commit
9fd16624a6
@ -24,7 +24,7 @@ WizardPage {
|
||||
|
||||
Common.Headline {
|
||||
id: txtHeadline
|
||||
text: qsTr("Create an Gif Wallpaper")
|
||||
text: qsTr("Create a Gif Wallpaper")
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
|
||||
@ -113,6 +113,7 @@ WizardPage {
|
||||
id: tagSelector
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
|
||||
Item {
|
||||
Layout.fillHeight: true
|
||||
Layout.fillWidth: true
|
||||
|
@ -22,7 +22,7 @@ WizardPage {
|
||||
|
||||
Common.Headline {
|
||||
id: txtHeadline
|
||||
text: qsTr("Create an empty HTML widget")
|
||||
text: qsTr("Create a HTML widget")
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
|
||||
|
@ -22,7 +22,7 @@ WizardPage {
|
||||
|
||||
Common.Headline {
|
||||
id: txtHeadline
|
||||
text: qsTr("Create an empty QML widget")
|
||||
text: qsTr("Create a QML widget")
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
|
||||
|
@ -30,7 +30,7 @@ WizardPage {
|
||||
onReadyChanged: root.ready = ready
|
||||
|
||||
Common.Headline {
|
||||
text: qsTr("Create an Website Wallpaper")
|
||||
text: qsTr("Create a Website Wallpaper")
|
||||
}
|
||||
|
||||
Common.HeadlineSection {
|
||||
|
Loading…
Reference in New Issue
Block a user