changeset 1236:33a17569812a

(issue111) Remove unecessary update tips
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 24 Sep 2014 16:56:48 +0200
parents 7e63b344ac06
children 4692f8860a24
files ui/mainwindow.cpp
diffstat 1 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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()) {

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