updated the copyright year in AboutPages
This commit is contained in:
parent
d6ca282265
commit
ba233d0906
2 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ MenuItem {
|
|||
// slogan : '',
|
||||
donatebutton: qsTr("Buy me a beer"),
|
||||
donateurl: constant.donateUrl,
|
||||
text: qsTr("Author: %1").arg("Hauke Schade 2012-2015") + "<br/>"
|
||||
text: qsTr("Author: %1").arg("Hauke Schade 2012-2016") + "<br/>"
|
||||
+ qsTr("Thanks to:") + " "
|
||||
+ "Francois Cattin, Jakub Kožíšek, Alberto Mardegan, gwmgdemj, equeim, Silviu Vulcan, Michael Käufl, Patrik Nilsson, Alexey, clovis86, Heimen Stoffels",
|
||||
homepageurl: constant.website,
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@ Page {
|
|||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
wrapMode: Text.WrapAtWordBoundaryOrAnywhere
|
||||
font.pixelSize: Theme.fontSizeSmall
|
||||
text: "<b>Copyright © 2012–2015 Hauke Schade</b>"
|
||||
text: "<b>Copyright © 2012–2016 Hauke Schade</b>"
|
||||
}
|
||||
|
||||
Row {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue