diff options
author | Henrik Brautaset Aronsen <subsurface@henrik.synth.no> | 2017-01-01 13:11:17 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-01-01 10:28:25 -0800 |
commit | ba23989e6b89a34747d084ea8a31ada6bdcd2d0f (patch) | |
tree | 8baf030c803411ba49ae350d3b115eea0232ba99 /mobile-widgets | |
parent | 459ffefec7ee04cd378c50abcaed0c7d195154c7 (diff) | |
download | subsurface-ba23989e6b89a34747d084ea8a31ada6bdcd2d0f.tar.gz |
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>
Diffstat (limited to 'mobile-widgets')
-rw-r--r-- | mobile-widgets/qml/About.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/About.qml b/mobile-widgets/qml/About.qml index 16194e6b9..113eac702 100644 --- a/mobile-widgets/qml/About.qml +++ b/mobile-widgets/qml/About.qml @@ -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 |