Skip to content

Commit 15886b0

Browse files
author
MarcoFalke
committed
Merge bitcoin-core#40: Clarify block height label
b6dcc6d gui: Clarify block height label (Hennadii Stepanov) Pull request description: Prefer "block height" instead of "number of blocks". This was done while testing bitcoin/bitcoin#16981. ACKs for top commit: michaelfolkson: ACK b6dcc6d. I don't think there are any other obvious examples in the GUI where "block height" should replace "number of blocks" except for translations. MarcoFalke: cr ACK b6dcc6d Tree-SHA512: ec3b48c1af5d613ed657ad51f2caddea774376736ecc02343d54518986e35ec37f1745b059814b5be92b5e5c2bb2970d17159b24c6e88b9316803d4de5327c31
2 parents b987e65 + b6dcc6d commit 15886b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/forms/debugwindow.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
<item row="11" column="0">
291291
<widget class="QLabel" name="label_3">
292292
<property name="text">
293-
<string>Current number of blocks</string>
293+
<string>Current block height</string>
294294
</property>
295295
</widget>
296296
</item>

0 commit comments

Comments
 (0)