diff --git a/src/qt/bitcoingui.cpp b/src/qt/bitcoingui.cpp
index 670d54c7e..70bf89459 100644
--- a/src/qt/bitcoingui.cpp
+++ b/src/qt/bitcoingui.cpp
@@ -684,7 +684,7 @@ void BitcoinGUI::setNumBlocks(int count, const QDateTime& blockDate)
QDateTime currentDate = QDateTime::currentDateTime();
qint64 secs = blockDate.secsTo(currentDate);
- tooltip = tr("Processed %n blocks of transaction history.", "", count);
+ tooltip = tr("Processed %n block(s) of transaction history.", "", count);
// Set icon state: spinning if catching up, tick otherwise
if(secs < 90*60)
diff --git a/src/qt/locale/bitcoin_en.ts b/src/qt/locale/bitcoin_en.ts
index ae6f60f6e..c581197dc 100644
--- a/src/qt/locale/bitcoin_en.ts
+++ b/src/qt/locale/bitcoin_en.ts
@@ -549,7 +549,15 @@
No block source available...
-
+
+
+
+ Processed %n block of transaction history.
+ Processed %n blocks of transaction history.
+
+
+
+
%n hour
@@ -621,16 +629,8 @@
Up to date
-
-
-
-
-
-
-
-
-
+
Catching up...
@@ -2595,8 +2595,8 @@
-
-
+ Estimated to begin confirmation within %n block.
+ Estimated to begin confirmation within %n blocks.