Mercurial > trustbridge
changeset 804:65c3fae22fdd
Merged
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Tue, 15 Jul 2014 15:51:26 +0200 |
parents | 7e75f1784bc2 (current diff) 2db9ab3f6b1b (diff) |
children | e04c57e9bf2e |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ui/mainwindow.cpp Tue Jul 15 15:51:15 2014 +0200 +++ b/ui/mainwindow.cpp Tue Jul 15 15:51:26 2014 +0200 @@ -537,7 +537,7 @@ } QPushButton *searchUpdates = new QPushButton(); searchUpdates->setStyleSheet("QPushButton {border-style: outset; border-width: 0px;}"); - searchUpdates->setToolTip(tr("Check for updates")); + searchUpdates->setToolTip(tr("Check for Updates")); searchUpdates->setIcon(QIcon(":/img/update-list.png")); connect(searchUpdates, SIGNAL(clicked()), this, SLOT(checkUpdates())); updateDateAndSearchButton->addWidget(mLastUpdateCheckContents);