update year to 2019 in about screens

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
Lubomir I. Ivanov 2019-01-02 19:00:03 +02:00 committed by Dirk Hohndel
parent 85fe844af4
commit 0903bef9db
2 changed files with 2 additions and 2 deletions

View file

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