Make tooltip on refresh more clear

This commit is contained in:
Wladimir J. van der Laan 2011-07-11 19:35:08 +02:00
parent c87cdc9160
commit eee0d2391c

View file

@ -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)));
}