mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-14 22:58:13 +01:00
qt: small English language updates from translators
More friendly language, use placeholders where possible
This commit is contained in:
@@ -665,7 +665,7 @@ void BitcoinGUI::setNumBlocks(int count)
|
||||
QDateTime currentDate = QDateTime::currentDateTime();
|
||||
int secs = lastBlockDate.secsTo(currentDate);
|
||||
|
||||
tooltip = tr("Processed %1 blocks of transaction history.").arg(count);
|
||||
tooltip = tr("Processed %n blocks of transaction history.", "", count);
|
||||
|
||||
// Set icon state: spinning if catching up, tick otherwise
|
||||
if(secs < 90*60)
|
||||
|
||||
Reference in New Issue
Block a user