mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 13:03:17 +01:00
Make tooltip on refresh more clear
This commit is contained in:
parent
c87cdc9160
commit
eee0d2391c
@ -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…
Reference in New Issue
Block a user