aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2021-07-03 14:25:43 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2021-07-03 14:28:37 -0700
commit329fcf7fdca40b73ec502d0835278f8ab3a70ff1 (patch)
treee2bb84826bdafdd79e14ecd2bb7f289fd6e1993e /mobile-widgets
parent50ef42d5809184a645fc8b892b9cc69e908a5cc2 (diff)
downloadsubsurface-329fcf7fdca40b73ec502d0835278f8ab3a70ff1.tar.gz
cleanup: update copyrights
That should have been done six months ago. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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 3b6357369..c4bbb1d40 100644
--- a/mobile-widgets/qml/About.qml
+++ b/mobile-widgets/qml/About.qml
@@ -48,7 +48,7 @@ Kirigami.ScrollablePage {
}
Kirigami.Heading {
- text: qsTr("Version: %1\n\n© Subsurface developer team\n2011-2020").arg(manager.getVersion())
+ text: qsTr("Version: %1\n\n© Subsurface developer team\n2011-2021").arg(manager.getVersion())
level: 5
color: subsurfaceTheme.textColor
font.pointSize: subsurfaceTheme.smallPointSize + 1