1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

display "unconfirmed" on new file transfer requests

This commit is contained in:
krepa098 2015-02-14 12:29:42 +01:00
parent 108d2725e6
commit c800672ff2

View File

@ -46,7 +46,7 @@ FileTransferWidget::FileTransferWidget(QWidget *parent, ToxFile file)
ui->filenameLabel->setText(file.fileName);
ui->progressBar->setValue(0);
ui->fileSizeLabel->setText(getHumanReadableSize(file.filesize));
ui->progressLabel->setText("0kiB/s");
ui->progressLabel->setText(tr("unconfirmed", "file transfer widget"));
ui->etaLabel->setText("");
backgroundColorAnimation = new QVariantAnimation(this);