Skip to content

Commit

Permalink
Merge bitcoin-core/gui#40: Clarify block height label
Browse files Browse the repository at this point in the history
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
  • Loading branch information
MarcoFalke committed Aug 27, 2020
2 parents b987e65 + b6dcc6d commit 15886b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/forms/debugwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
<item row="11" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Current number of blocks</string>
<string>Current block height</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 15886b0

Please sign in to comment.