1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-07 03:22:33 +01:00

Fixed typo

This commit is contained in:
Elias Steurer 2021-09-23 10:46:22 +02:00
parent 9b5b7593c5
commit 72c0fce5de

View File

@ -40,7 +40,7 @@ ColumnLayout {
ListElement { ListElement {
name: "Creative Commons - Attribution 4.0" name: "Creative Commons - Attribution 4.0"
description: qsTr("You grant other to remix your work and change the license to their linking.") description: qsTr("You grant other to remix your work and change the license to their liking.")
tldrlegal: "https://tldrlegal.com/license/creative-commons-attribution-4.0-international-(cc-by-4)" tldrlegal: "https://tldrlegal.com/license/creative-commons-attribution-4.0-international-(cc-by-4)"
licenseFile: "License_CC_Attribution_4.0.txt" licenseFile: "License_CC_Attribution_4.0.txt"
} }
@ -61,7 +61,7 @@ ColumnLayout {
ListElement { ListElement {
name: "Open Source - Apache License 2.0" name: "Open Source - Apache License 2.0"
description: qsTr("You grant other to remix your work and change the license to their linking.") description: qsTr("You grant other to remix your work and change the license to their liking.")
tldrlegal: "https://tldrlegal.com/license/apache-license-2.0-(apache-2.0)" tldrlegal: "https://tldrlegal.com/license/apache-license-2.0-(apache-2.0)"
licenseFile: "License_Apache_2.0.txt" licenseFile: "License_Apache_2.0.txt"
} }