Update about page

This commit is contained in:
Anton Thomasson 2020-05-16 16:05:09 +02:00
parent 33ff859757
commit 7630e4e59a

View file

@ -62,7 +62,7 @@ Page {
AboutLabel { AboutLabel {
font.pixelSize: Theme.fontSizeSmall font.pixelSize: Theme.fontSizeSmall
color: Theme.primaryColor color: Theme.primaryColor
text: "© 2019 Anton Thomasson" text: "© 2019-2020 Anton Thomasson"
} }
AboutLabel { AboutLabel {
@ -99,7 +99,7 @@ Page {
AboutLabel { AboutLabel {
font.pixelSize: Theme.fontSizeSmall font.pixelSize: Theme.fontSizeSmall
text: qsTr("pdftoppm (from poppler-utils)")+" - "+(ConvertChecker.pdf ? qsTr("Installed") : qsTr("Not installed")) text: "poppler-utils - "+(ConvertChecker.pdf ? qsTr("Installed") : qsTr("Not installed"))
} }
SectionHeader { text: qsTr("Licensing") } SectionHeader { text: qsTr("Licensing") }