# HG changeset patch # User Andre Heinecke # Date 1411037660 -7200 # Node ID 98e0712e790b8c2ea83cb7bf7f8614ed0d708d89 # Parent 0495f9187c4b9905e9629e6c46d17b1c33076bde Indentation fix diff -r 0495f9187c4b -r 98e0712e790b ui/mainwindow.cpp --- a/ui/mainwindow.cpp Thu Sep 18 12:53:40 2014 +0200 +++ b/ui/mainwindow.cpp Thu Sep 18 12:54:20 2014 +0200 @@ -278,11 +278,11 @@ QTimer::singleShot(600000 + (qrand() % 60000), this, SLOT(checkUpdates())); qDebug() << "Failed to verify list."; } else { - if (mTrayIcon->isAlternative()) { - mCurMessage = tr("An updated certificate list is available."); - } else { - mCurMessage = tr("An updated certificate list is available.") +" " + tr("Click here to install."); - } + if (mTrayIcon->isAlternative()) { + mCurMessage = tr("An updated certificate list is available."); + } else { + mCurMessage = tr("An updated certificate list is available.") +" " + tr("Click here to install."); + } setState(NewListAvailable); showMessage(); loadCertificateList();