Mercurial > trustbridge
diff ui/aboutdialog.cpp @ 1274:f1f4059ec320
(admin) Updated strings.
author | Emanuel Schuetze <emanuel@intevation.de> |
---|---|
date | Mon, 29 Sep 2014 10:24:14 +0200 |
parents | 6154d554b3af |
children |
line wrap: on
line diff
--- a/ui/aboutdialog.cpp Fri Sep 26 19:31:53 2014 +0200 +++ b/ui/aboutdialog.cpp Mon Sep 29 10:24:14 2014 +0200 @@ -28,7 +28,7 @@ QVBoxLayout *centerLayout = new QVBoxLayout; QHBoxLayout *bottomLayout = new QHBoxLayout; - QLabel *title = new QLabel("<h2>" + tr("TrustBridge") + "</h2>"); + QLabel *title = new QLabel("<h2>" + tr("TrustBridge Administration") + "</h2>"); QString version = tr("Version: "); version.append(QApplication::applicationVersion()); QLabel *appVersion = new QLabel(version); @@ -62,8 +62,8 @@ "<li>OpenSSL (OpenSSL License)" + "<li>NSIS (zlib/libpng license & Common Public License version 1.0)</ul>" + tr("You will find the legally binding details in the 'licenses' directory " - "where TrustBridge is installed " - "or in the corresponding revision of the" + "where TrustBridge is installed<br/>" + "or in the corresponding revision of the " "<a href=\"https://wald.intevation.org/hg/trustbridge/file/tip/licenses\">TrustBridge code repository</a>.")); textDesc->setTextFormat(Qt::RichText);