comparison ui/mainwindow.cpp @ 805:e04c57e9bf2e

Mainwindow: Typo.
author Bernhard Reiter <bernhard@intevation.de>
date Tue, 15 Jul 2014 15:56:12 +0200
parents 2db9ab3f6b1b
children 1e18d4c1932a
comparison
equal deleted inserted replaced
804:65c3fae22fdd 805:e04c57e9bf2e
738 " to remove all revoked certificates from your system.")); 738 " to remove all revoked certificates from your system."));
739 removeHeaderText->setWordWrap(true); 739 removeHeaderText->setWordWrap(true);
740 removeHeaderLayout->addWidget(removeHeaderLabel); 740 removeHeaderLayout->addWidget(removeHeaderLabel);
741 removeHeaderLayout->addWidget(removeHeaderText); 741 removeHeaderLayout->addWidget(removeHeaderText);
742 742
743 QLabel *removeCenterText = new QLabel(tr("The follwing unsecure certificates were" 743 QLabel *removeCenterText = new QLabel(tr("The following unsecure certificates were"
744 " revoked by the BSI. Already uninstalled certificates cannot be reinstalled." 744 " revoked by the BSI. Already uninstalled certificates cannot be reinstalled."
745 " It is recommended that you select all certificates to uninstall if you still" 745 " It is recommended that you select all certificates to uninstall if you still"
746 " have revoked certificates installed.")); 746 " have revoked certificates installed."));
747 removeCenterText->setWordWrap(true); 747 removeCenterText->setWordWrap(true);
748 removeCenterLayout->addWidget(removeCenterText); 748 removeCenterLayout->addWidget(removeCenterText);

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