Update from 2016 to 2017. Happy new year!

Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Henrik Brautaset Aronsen 2017-01-01 13:11:17 +01:00 committed by Dirk Hohndel
parent 459ffefec7
commit ba23989e6b
34 changed files with 116 additions and 116 deletions

View file

@ -45,7 +45,7 @@ Kirigami.ScrollablePage {
}
Kirigami.Heading {
text: qsTr("Version: %1\n\n© Subsurface developer team\n2011-2016").arg(manager.getVersion())
text: qsTr("Version: %1\n\n© Subsurface developer team\n2011-2017").arg(manager.getVersion())
level: 5
font.pointSize: subsurfaceTheme.smallPointSize + 1
Layout.alignment: Qt.AlignHCenter