summaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
authorGravatar Lubomir I. Ivanov <neolit123@gmail.com>2019-01-02 19:00:03 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-01-02 09:45:01 -0800
commit0903bef9db8659313c4bb533c295505c0c3851bf (patch)
treeade3e62faaf30c29738c4d6248be3d8267cb9694 /mobile-widgets
parent85fe844af4fa2a76de154af4d0a7ebeb2cbf033e (diff)
downloadsubsurface-0903bef9db8659313c4bb533c295505c0c3851bf.tar.gz
update year to 2019 in about screens
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Diffstat (limited to 'mobile-widgets')
-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 15ca59f2a..075e3fd47 100644
--- a/mobile-widgets/qml/About.qml
+++ b/mobile-widgets/qml/About.qml
@@ -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