diff ui/mainwindow.cpp @ 689:6df31cb47d54

Updated translations.
author Emanuel Schuetze <emanuel@intevation.de>
date Tue, 01 Jul 2014 14:37:45 +0200
parents 973a7ce19658
children e4abb41484a0
line wrap: on
line diff
--- a/ui/mainwindow.cpp	Tue Jul 01 12:50:11 2014 +0200
+++ b/ui/mainwindow.cpp	Tue Jul 01 14:37:45 2014 +0200
@@ -445,7 +445,7 @@
     logo->setBackgroundRole(QPalette::Base);
     logo->setPixmap(QPixmap::fromImage(*logoImage));
     QLabel *title = new QLabel("<h1>" + QString::fromLatin1(APPNAME) + "</h1>");
-    QLabel *subTitle = new QLabel("Trust in your digital communication");
+    QLabel *subTitle = new QLabel(tr("Trust in your digital communication"));
     headerTextLayout->addWidget(title);
     headerTextLayout->addWidget(subTitle);
     headerLayout->addWidget(logo);

http://wald.intevation.org/projects/trustbridge/