From 499328f89d802a506248a2c46a7c793a67fdc76b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Sun, 20 Feb 2011 16:22:55 +0100 Subject: Added missing translation string for version. diff --git a/Swift/QtUI/QtAboutWidget.cpp b/Swift/QtUI/QtAboutWidget.cpp index 8bea27a..70efc02 100644 --- a/Swift/QtUI/QtAboutWidget.cpp +++ b/Swift/QtUI/QtAboutWidget.cpp @@ -37,7 +37,7 @@ QtAboutWidget::QtAboutWidget() : QDialog() { QLabel* appNameLabel = new QLabel("
" + QCoreApplication::applicationName() + "
", this); mainLayout->addWidget(appNameLabel); - QLabel* versionLabel = new QLabel(QString("
Version ") + QCoreApplication::applicationVersion() + "
", this); + QLabel* versionLabel = new QLabel(QString("
") + tr("Version %1").arg(QCoreApplication::applicationVersion()) + "
", this); mainLayout->addWidget(versionLabel); QString buildString = QString("
") + QString(tr("Built with Qt %1")).arg(QT_VERSION_STR); buildString += QString("
") + QString(tr("Running with Qt %1")).arg(qVersion()); diff --git a/Swift/Translations/swift.ts b/Swift/Translations/swift.ts index 32ca913..634faca 100644 --- a/Swift/Translations/swift.ts +++ b/Swift/Translations/swift.ts @@ -716,6 +716,11 @@ + + Version %1 + + + Built with Qt %1 @@ -1133,12 +1138,12 @@ Swift::QtStatusWidget - + Connecting - + (No message) diff --git a/Swift/Translations/swift_nl.ts b/Swift/Translations/swift_nl.ts index 2d6bbf2..0de6e89 100644 --- a/Swift/Translations/swift_nl.ts +++ b/Swift/Translations/swift_nl.ts @@ -716,6 +716,11 @@ Over %1 + + Version %1 + Versie %1 + + Built with Qt %1 Gebouwd met Qt %1 @@ -1134,12 +1139,12 @@ afbeelding Swift::QtStatusWidget - + Connecting Aan het verbinden - + (No message) (Geen boodschap) -- cgit v0.10.2-6-g49f6