From c51204359b7c9c2e63e4101f771d07774b921fee Mon Sep 17 00:00:00 2001
From: Jason McDonald Version %2 %3 %4 %5 Version %2 Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). The program is provided AS IS with NO WARRANTY OF ANY KIND,"
" INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A"
" PARTICULAR PURPOSE. Version %2 %3 %4 %5 Version %2 Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies)"
". The program is provided AS IS with NO WARRANTY OF ANY KIND,"
" INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A"
" PARTICULAR PURPOSE. %1 Qt Linguist is a tool for adding translations to Qt "
"applications. %2 Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies)."
" The program is provided AS IS with NO WARRANTY OF ANY KIND,"
" INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A"
- " PARTICULAR PURPOSE.%1
"
- "%1
"
- "
Qt Designer is a graphical user interface designer for Qt applications.
"));
- // TODO: Remove this variable for 4.6.0. Must keep this way for 4.5.x due to string freeze
- QString edition;
-
lbl->setText(tr("%1"
- "
%2"
"
Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies)."
"
The program is provided AS IS with NO WARRANTY OF ANY KIND,"
" INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A"
- " PARTICULAR PURPOSE.
").arg(version).arg(edition));
+ " PARTICULAR PURPOSE.
").arg(version));
lbl->setWordWrap(true);
lbl->setOpenExternalLinks(true);
diff --git a/tools/linguist/linguist/mainwindow.cpp b/tools/linguist/linguist/mainwindow.cpp
index 5157fbe..921b8b6 100644
--- a/tools/linguist/linguist/mainwindow.cpp
+++ b/tools/linguist/linguist/mainwindow.cpp
@@ -1342,17 +1342,13 @@ void MainWindow::about()
QString version = tr("Version %1");
version = version.arg(QLatin1String(QT_VERSION_STR));
- // TODO: Remove this variable for 4.6.0. Must keep this way for 4.5.x due to string freeze.
- QString edition;
-
box.setText(tr("
Version %2 %3
%4
" - "%5
" + "Version %2
" "Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
" "The program is provided AS IS with NO WARRANTY OF ANY KIND," " INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A" " PARTICULAR PURPOSE.
") - .arg(tr("D-Bus Viewer")).arg(QLatin1String(QT_VERSION_STR)).arg(edition).arg(info).arg(moreInfo)); + .arg(tr("D-Bus Viewer")).arg(QLatin1String(QT_VERSION_STR))); box.setWindowTitle(tr("D-Bus Viewer")); box.exec(); } -- cgit v0.12