Add translator's comment to the copyright note
State the policy that so far only exists in the localization wiki and is currently not followed by all translators. Task-number: QTBUG-57697 Change-Id: I2aa9f1bbd244b53e48e59f625520a7f86d2df347 Reviewed-by: Vitaly Fanaskov <vitaly.fanaskov@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>bb10
parent
bc1678c618
commit
76dafc9b94
|
|
@ -1832,8 +1832,9 @@ void QMessageBox::aboutQt(QWidget *parent, const QString &title)
|
|||
"<h3>About Qt</h3>"
|
||||
"<p>This program uses Qt version %1.</p>"
|
||||
).arg(QLatin1String(QT_VERSION_STR));
|
||||
QString translatedTextAboutQtText;
|
||||
translatedTextAboutQtText = QMessageBox::tr(
|
||||
//: Leave this text untranslated or include a verbatim copy of it below
|
||||
//: and note that it is the authoritative version in case of doubt.
|
||||
const QString translatedTextAboutQtText = QMessageBox::tr(
|
||||
"<p>Qt is a C++ toolkit for cross-platform application "
|
||||
"development.</p>"
|
||||
"<p>Qt provides single-source portability across all major desktop "
|
||||
|
|
|
|||
Loading…
Reference in New Issue