aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2022-01-20 23:42:07 +0100
committerJon Atack <jon@atack.com>2022-01-24 10:53:44 +0100
commit9fbd1bb7fabec76c668a649967f6f4e355e6ca59 (patch)
tree54866e2c8786bf895351261c2ca721df38e31733
parent6cd132d38014e790d7c65ea4755ff63733660e36 (diff)
downloadbitcoin-9fbd1bb7fabec76c668a649967f6f4e355e6ca59.tar.xz
gui: use available space to display "Last Transaction" in peer details
-rw-r--r--src/qt/forms/debugwindow.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/forms/debugwindow.ui b/src/qt/forms/debugwindow.ui
index a19aed29e1..2196801023 100644
--- a/src/qt/forms/debugwindow.ui
+++ b/src/qt/forms/debugwindow.ui
@@ -1355,10 +1355,10 @@
<item row="13" column="0">
<widget class="QLabel" name="peerLastTxLabel">
<property name="toolTip">
- <string>Elapsed time since a novel transaction accepted into our mempool was received from this peer.</string>
+ <string extracomment="Tooltip text for the Last Transaction field in the peer details area.">Elapsed time since a novel transaction accepted into our mempool was received from this peer.</string>
</property>
<property name="text">
- <string>Last Tx</string>
+ <string>Last Transaction</string>
</property>
</widget>
</item>