Mercurial > trustbridge
changeset 802:2db9ab3f6b1b
String unified.
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Tue, 15 Jul 2014 15:48:21 +0200 |
parents | 4538cda1062c |
children | 65c3fae22fdd |
files | ui/mainwindow.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ui/mainwindow.cpp Tue Jul 15 15:44:53 2014 +0200 +++ b/ui/mainwindow.cpp Tue Jul 15 15:48:21 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);