summaryrefslogtreecommitdiffstats
path: root/src/linguist
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2020-01-14 03:03:29 +0100
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2020-01-14 03:03:30 +0100
commit52ed979cbdcb197847d267d22ebbce189788a9ef (patch)
tree10bfdf703b5d9a626b56f980a43aedd63095c67a /src/linguist
parentd906d8765659528b93312778fcfb9033e2bf4315 (diff)
parente3507ac277fcb8da41ae21138b6c0f233d17ee38 (diff)
Merge remote-tracking branch 'origin/5.14' into 5.15
Diffstat (limited to 'src/linguist')
-rw-r--r--src/linguist/linguist/mainwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/linguist/linguist/mainwindow.cpp b/src/linguist/linguist/mainwindow.cpp
index 35ce52891..7cc9fc740 100644
--- a/src/linguist/linguist/mainwindow.cpp
+++ b/src/linguist/linguist/mainwindow.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Linguist of the Qt Toolkit.
@@ -1360,7 +1360,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("2019"));
+ = tr("Copyright (C) %1 The Qt Company Ltd.").arg(QStringLiteral("2020"));
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));