changeset 740:8efd10afb883

No tabs accepted.
author Andre Heinecke <andre.heinecke@intevation.de>
date Fri, 04 Jul 2014 11:16:43 +0200
parents 5f0fca113ff4
children 084536d95f4a
files ui/mainwindow.cpp
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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);

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