1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Fix spelling

This commit is contained in:
Elias Steurer 2020-12-11 14:38:00 +01:00
parent dd361eef43
commit 9fd16624a6
4 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -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
}

View File

@ -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
}

View File

@ -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 {