summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/About.qml
diff options
context:
space:
mode:
authorGravatar Jan Mulder <jlmulder@xs4all.nl>2017-12-29 09:00:55 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-12-30 08:23:22 -0800
commit86860b941eb29758f9ead44137db9d0ac3b32504 (patch)
tree03ca803c1199ae491b0d70c7e39a7d0f10c64ae8 /mobile-widgets/qml/About.qml
parent1742de57d050a45dd7c03c65e8b4ee3373da688d (diff)
downloadsubsurface-86860b941eb29758f9ead44137db9d0ac3b32504.tar.gz
Get ready for 2018
Copyright strings updated. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'mobile-widgets/qml/About.qml')
-rw-r--r--mobile-widgets/qml/About.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/About.qml b/mobile-widgets/qml/About.qml
index 37ab60146..685cc1a9e 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-2017").arg(manager.getVersion())
+ text: qsTr("Version: %1\n\n© Subsurface developer team\n2011-2018").arg(manager.getVersion())
level: 5
font.pointSize: subsurfaceTheme.smallPointSize + 1
Layout.alignment: Qt.AlignHCenter