[PATCH 2 of 2] Merged

Wald Commits scm-commit at wald.intevation.org
Tue Jul 15 15:53:05 CEST 2014


# HG changeset patch
# User Sascha Wilde <wilde at intevation.de>
# Date 1405432286 -7200
# Node ID 65c3fae22fdd74a1a42aae9556b769085d43826e
# Parent  7e75f1784bc267176c4078123707d3255d7604c7
# Parent  2db9ab3f6b1be282a43f3ade4d69b02342a07a61
Merged

diff -r 7e75f1784bc2 -r 65c3fae22fdd ui/mainwindow.cpp
--- 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);


More information about the Trustbridge-commits mailing list