summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/About.qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-03-31 13:24:59 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-04-04 12:00:24 -0700
commitf9ccbabb3dd68b887d4cf93cfdbfbd09d7288b84 (patch)
tree372bc1520112d59e6d5bc2346bc196b88b679f6a /mobile-widgets/qml/About.qml
parent969b587e3d48bce8adae3759a6880b0aeb464afa (diff)
downloadsubsurface-f9ccbabb3dd68b887d4cf93cfdbfbd09d7288b84.tar.gz
cleanup: update all copyright dates to 2020
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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 de1b46022..151e52364 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-2019").arg(manager.getVersion())
+ text: qsTr("Version: %1\n\n© Subsurface developer team\n2011-2020").arg(manager.getVersion())
level: 5
font.pointSize: subsurfaceTheme.smallPointSize + 1
Layout.alignment: Qt.AlignHCenter