Skip to content

Commit 9fbd1bb

Browse files
committed
gui: use available space to display "Last Transaction" in peer details
1 parent 6cd132d commit 9fbd1bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/qt/forms/debugwindow.ui

+2-2
Original file line numberDiff line numberDiff line change
@@ -1355,10 +1355,10 @@
13551355
<item row="13" column="0">
13561356
<widget class="QLabel" name="peerLastTxLabel">
13571357
<property name="toolTip">
1358-
<string>Elapsed time since a novel transaction accepted into our mempool was received from this peer.</string>
1358+
<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>
13591359
</property>
13601360
<property name="text">
1361-
<string>Last Tx</string>
1361+
<string>Last Transaction</string>
13621362
</property>
13631363
</widget>
13641364
</item>

0 commit comments

Comments
 (0)