summaryrefslogtreecommitdiff
path: root/src/linguist
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-03-14 10:54:07 +0100
committerKai Köhne <kai.koehne@qt.io>2023-03-21 08:41:45 +0000
commit8d505982e7431aed647680ca107ce1bf472825c2 (patch)
tree856ab60d11b50e16382f4bf73822fcb4a08f7064 /src/linguist
parent7585949d9428109378e7f2327e3e670ffddb5f26 (diff)
downloadqttools-8d505982e7431aed647680ca107ce1bf472825c2.tar.gz
Update Copyright year to 2023
Pick-to: 5.15 6.2 6.4 6.5.0 6.5 Change-Id: I62921a04d2173dcd78797d792437a27bbaafc5c7 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'src/linguist')
-rw-r--r--src/linguist/linguist/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/linguist/linguist/mainwindow.cpp b/src/linguist/linguist/mainwindow.cpp
index c874ff795..1e787f54c 100644
--- a/src/linguist/linguist/mainwindow.cpp
+++ b/src/linguist/linguist/mainwindow.cpp
@@ -1347,7 +1347,7 @@ void MainWindow::about()
const QString description
= tr("Qt Linguist is a tool for adding translations to Qt applications.");
const QString copyright
- = tr("Copyright (C) %1 The Qt Company Ltd.").arg(QStringLiteral("2022"));
+ = tr("Copyright (C) %1 The Qt Company Ltd.").arg(QStringLiteral("2023"));
box.setText(QStringLiteral("<center><img src=\":/images/icons/linguist-128-32.png\"/></img><p>%1</p></center>"
"<p>%2</p>"
"<p>%3</p>").arg(version, description, copyright));