diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-10-21 15:40:00 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-10-21 15:40:43 +0200 |
commit | 9acbb4180a383ff123e07887a24b439cef846e89 (patch) | |
tree | 701e7b441622a83693bb1592eba562b1205b4f65 /src/qt/bitcoingui.cpp | |
parent | c313d6ecb945f8d908b061989d31d53cb6d0297d (diff) |
qt: small English language updates from translators
More friendly language, use placeholders where possible
Diffstat (limited to 'src/qt/bitcoingui.cpp')
-rw-r--r-- | src/qt/bitcoingui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/bitcoingui.cpp b/src/qt/bitcoingui.cpp index 9d6d07a56b..f0471c32f9 100644 --- a/src/qt/bitcoingui.cpp +++ b/src/qt/bitcoingui.cpp @@ -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) |