Browse Source

Make tooltip on refresh more clear

0.8
Wladimir J. van der Laan 13 years ago
parent
commit
eee0d2391c
  1. 2
      src/qt/bitcoingui.cpp

2
src/qt/bitcoingui.cpp

@ -342,7 +342,7 @@ void BitcoinGUI::setNumBlocks(int count) @@ -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…
Cancel
Save