diff --git a/meshroom/ui/qml/AboutDialog.qml b/meshroom/ui/qml/AboutDialog.qml index 64ffdad3..8af761e4 100644 --- a/meshroom/ui/qml/AboutDialog.qml +++ b/meshroom/ui/qml/AboutDialog.qml @@ -111,7 +111,7 @@ Dialog { font.pointSize: 10 } Label { - text: "2018 AliceVision contributors" + text: "2010-2019 AliceVision contributors" } }