summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml
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-22 13:03:25 +1300
commit9b0b5fd4895be89628c3e9c9145a31b4ecdefc0c (patch)
tree8e357067085d01680feda012e26a1e6ea61ff73a /mobile-widgets/qml
parent4935f07c9a7ee0bfb9827a0b2d12d0dfc814d3dc (diff)
downloadsubsurface-9b0b5fd4895be89628c3e9c9145a31b4ecdefc0c.tar.gz
update year to 2019 in about screens
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Diffstat (limited to 'mobile-widgets/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 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