diff options
author | Jon Atack <jon@atack.com> | 2022-01-20 23:42:07 +0100 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2022-01-24 10:53:44 +0100 |
commit | 9fbd1bb7fabec76c668a649967f6f4e355e6ca59 (patch) | |
tree | 54866e2c8786bf895351261c2ca721df38e31733 /src/qt/forms | |
parent | 6cd132d38014e790d7c65ea4755ff63733660e36 (diff) |
gui: use available space to display "Last Transaction" in peer details
Diffstat (limited to 'src/qt/forms')
-rw-r--r-- | src/qt/forms/debugwindow.ui | 4 |
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> |