Mercurial > trustbridge
comparison ui/aboutdialog.cpp @ 531:dec797c7230c
Fix usage of OU / O
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Tue, 29 Apr 2014 15:02:31 +0000 |
parents | d1819cd56dee |
children | 8dbfd0cb534b |
comparison
equal
deleted
inserted
replaced
530:fb47bab4c71a | 531:dec797c7230c |
---|---|
45 headerTextLayout->addWidget(appVersion); | 45 headerTextLayout->addWidget(appVersion); |
46 headerLayout->addWidget(logo); | 46 headerLayout->addWidget(logo); |
47 headerLayout->addLayout(headerTextLayout); | 47 headerLayout->addLayout(headerTextLayout); |
48 headerLayout->insertStretch(2, 10); | 48 headerLayout->insertStretch(2, 10); |
49 | 49 |
50 QLabel *textDesc = new QLabel(tr("TrustBridge is a secure root certificate" | 50 QLabel *textDesc = new QLabel(tr("TrustBridge is a root certificate" |
51 " installer for Windows and Linux.")); | 51 " installer for Windows and Linux.")); |
52 QLabel *textManage = new QLabel(tr("The root certificate lists are managed" | 52 QLabel *textManage = new QLabel(tr("The root certificate lists are managed" |
53 " by the German <a href=\"https://www.bsi.bund.de\">" | 53 " by the German <a href=\"https://www.bsi.bund.de\">" |
54 "Federal Office for Information Security (BSI)</a>.\n\n")); | 54 "Federal Office for Information Security (BSI)</a>.\n\n")); |
55 QLabel *textDevel = new QLabel(tr("The software was developed by the companies" | 55 QLabel *textDevel = new QLabel(tr("The software was developed by the companies" |