qt: small English language updates from translators

More friendly language, use placeholders where possible
This commit is contained in:
Wladimir J. van der Laan
2014-10-21 15:40:00 +02:00
parent c313d6ecb9
commit 9acbb4180a
5 changed files with 35 additions and 26 deletions

View File

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