diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2021-07-03 14:25:43 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-07-03 14:28:37 -0700 |
commit | 329fcf7fdca40b73ec502d0835278f8ab3a70ff1 (patch) | |
tree | e2bb84826bdafdd79e14ecd2bb7f289fd6e1993e /mobile-widgets | |
parent | 50ef42d5809184a645fc8b892b9cc69e908a5cc2 (diff) | |
download | subsurface-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.qml | 2 |
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 |