[PATCH 2 of 7] No tabs accepted
Wald Commits
scm-commit at wald.intevation.org
Fri Jul 4 16:17:45 CEST 2014
# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1404465403 -7200
# Node ID 8efd10afb8831e45024dba4d813e0c0d4c38da49
# Parent 5f0fca113ff415b748ec55c9c6ff81ed560ad7a0
No tabs accepted.
diff -r 5f0fca113ff4 -r 8efd10afb883 ui/mainwindow.cpp
--- a/ui/mainwindow.cpp Fri Jul 04 11:15:34 2014 +0200
+++ b/ui/mainwindow.cpp Fri Jul 04 11:16:43 2014 +0200
@@ -787,16 +787,16 @@
QLabel *removeHeaderLabel =
new QLabel("<h2>" + tr("Revoked certificates") + "</h2>");
QLabel *removeHeaderText = new QLabel(tr("Certificates can be corrupted"
- " or stolen and misused in many ways. Therefore the BSI recommends"
- " to remove all revoked certificates from your system."));
+ " or stolen and misused in many ways. Therefore the BSI recommends"
+ " to remove all revoked certificates from your system."));
removeHeaderText->setWordWrap(true);
removeHeaderLayout->addWidget(removeHeaderLabel);
removeHeaderLayout->addWidget(removeHeaderText);
QLabel *removeCenterText = new QLabel(tr("The follwing unsecure certificates were"
- " revoked by the BSI. Already uninstalled certificates cannot be reinstalled."
- " It is recommended that you select all certificates to uninstall if you still"
- " have revoked certificates installed."));
+ " revoked by the BSI. Already uninstalled certificates cannot be reinstalled."
+ " It is recommended that you select all certificates to uninstall if you still"
+ " have revoked certificates installed."));
removeCenterText->setWordWrap(true);
removeCenterLayout->addWidget(removeCenterText);
mRemoveList = new CertificateListWidget(this);
More information about the Trustbridge-commits
mailing list