mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-09 10:43:19 -05:00
Make tooltip on refresh more clear
This commit is contained in:
parent
c87cdc9160
commit
eee0d2391c
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ void BitcoinGUI::setNumBlocks(int count)
|
|||
}
|
||||
|
||||
labelBlocks->setText("<img src=\""+icon+"\"> " + text);
|
||||
labelBlocks->setToolTip(tr("%n block(s) in total, last block was generated %1", "", count)
|
||||
labelBlocks->setToolTip(tr("Downloaded %n block(s) of transaction history. Last block was generated %1.", "", count)
|
||||
.arg(QLocale::system().toString(lastBlockDate)));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue