# HG changeset patch # User Andre Heinecke # Date 1411570608 -7200 # Node ID 33a17569812a29d03d22c888a5f4a5f0dc7dde90 # Parent 7e63b344ac069e6c28bf3999564317de0e7275be (issue111) Remove unecessary update tips diff -r 7e63b344ac06 -r 33a17569812a ui/mainwindow.cpp --- a/ui/mainwindow.cpp Wed Sep 24 16:33:00 2014 +0200 +++ b/ui/mainwindow.cpp Wed Sep 24 16:56:48 2014 +0200 @@ -1136,12 +1136,8 @@ if (changeCount() && !mUpdatesManual->certificates().size()) { mUpdatesTip->setText( tr("You should apply the following, recommended changes to your certificate stores:")); - } else if (changeCount()) { - mUpdatesTip->setText( - tr("You can apply the following, changes to your certificate stores:")); } else { - mUpdatesTip->setText( - tr("There are currently no changes for your certificate stores.")); + mUpdatesTip->setText(""); } if (!changeCount()) {