From c1c1b887ace33ae65a8b6ea00ca1d100c49e024a Mon Sep 17 00:00:00 2001 From: Tobias Markmann Date: Mon, 13 Jul 2015 11:47:29 +0200 Subject: Change label of button clearing the file transfer list Test-Information: Checked that the button has the new label. Change-Id: Ic0e00e479de01decd23e14477d0bf34950ab6160 diff --git a/Swift/QtUI/QtFileTransferListWidget.cpp b/Swift/QtUI/QtFileTransferListWidget.cpp index 729c95f..d95cd06 100644 --- a/Swift/QtUI/QtFileTransferListWidget.cpp +++ b/Swift/QtUI/QtFileTransferListWidget.cpp @@ -46,7 +46,7 @@ QtFileTransferListWidget::QtFileTransferListWidget() : fileTransferOverview(0) { buttonLayout->setContentsMargins(10,0,20,0); buttonLayout->setSpacing(0); - clearFinished = new QPushButton(tr("Clear Inactive Transfers"), bottom); + clearFinished = new QPushButton(tr("Clear all"), bottom); clearFinished->setEnabled(false); connect(clearFinished, SIGNAL(clicked()), this, SLOT(clearInactiveTransfers())); buttonLayout->addWidget(clearFinished); -- cgit v0.10.2-6-g49f6