aboutsummaryrefslogtreecommitdiff
path: root/src/qt
diff options
context:
space:
mode:
authorMacroFake <falke.marco@gmail.com>2022-10-24 10:42:40 +0200
committerMacroFake <falke.marco@gmail.com>2022-10-24 10:42:47 +0200
commit3db23fd821e0a08e246a60c198676be42de5bcd6 (patch)
tree944f2495750012ee230bef0540785b9ef2b179f2 /src/qt
parent8fb3fd2ba4ceb63e0a4d338a9e94225c1ba7983b (diff)
parenta079103c94fbaabb40bc086d56e91af6fcee6fe9 (diff)
downloadbitcoin-3db23fd821e0a08e246a60c198676be42de5bcd6.tar.xz
Merge bitcoin-core/gui#676: Update peers window "Transaction Relay" label and tooltip
a079103c94fbaabb40bc086d56e91af6fcee6fe9 gui: update peers window "Transaction Relay" label and tooltip (Jon Atack) Pull request description: to current v24.0 p2p behavior. Similar updates have been made to RPC getpeerinfo and CLI -netinfo. Top commit has no ACKs. Tree-SHA512: 400a794f655f799eefcb77c479fef6bcd3f81aede2af54a4a9bcb7c0c783e2e3f18bc5fd2484a79e8c30af279747a05fc0ebb69dbc47375d4c55b16ceba97b99
Diffstat (limited to 'src/qt')
-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 ead977296a..33308cd68c 100644
--- a/src/qt/forms/debugwindow.ui
+++ b/src/qt/forms/debugwindow.ui
@@ -1185,10 +1185,10 @@
<item row="6" column="0">
<widget class="QLabel" name="peerRelayTxesLabel">
<property name="toolTip">
- <string>Whether the peer requested us to relay transactions.</string>
+ <string>Whether we relay transactions to this peer (not available while the peer connection is being set up).</string>
</property>
<property name="text">
- <string>Wants Tx Relay</string>
+ <string>Transaction Relay</string>
</property>
</widget>
</item>