mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-12 05:34:57 +01:00
Trivial: Grammar and capitalization
This commit is contained in:
@@ -125,9 +125,9 @@ void ModalOverlay::tipUpdate(int count, const QDateTime& blockDate, double nVeri
|
||||
ui->percentageProgress->setText(QString::number(nVerificationProgress*100, 'f', 2)+"%");
|
||||
ui->progressBar->setValue(nVerificationProgress*100);
|
||||
|
||||
// show remaining amount of blocks
|
||||
// show remaining number of blocks
|
||||
if (bestBlockHeight > 0)
|
||||
ui->amountOfBlocksLeft->setText(QString::number(bestBlockHeight-count));
|
||||
ui->numberOfBlocksLeft->setText(QString::number(bestBlockHeight-count));
|
||||
else
|
||||
ui->expectedTimeLeft->setText(tr("Unknown. Syncing Headers..."));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user