aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2021-02-06 22:56:49 +0100
committerJon Atack <jon@atack.com>2021-02-06 23:02:03 +0100
commitbe4cf4832f117ab5f97e1367f7bdcb5361de0dae (patch)
tree7ae748f5aa27c11023f5cec9e13ea4e5a0e463fa /src/qt/forms
parent151888383a772fd5be626b6ed25af183f0395a41 (diff)
downloadbitcoin-be4cf4832f117ab5f97e1367f7bdcb5361de0dae.tar.xz
gui: update to "Direction/Type" peer details name/tooltip
Diffstat (limited to 'src/qt/forms')
-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 3831852185..e21b357351 100644
--- a/src/qt/forms/debugwindow.ui
+++ b/src/qt/forms/debugwindow.ui
@@ -1079,10 +1079,10 @@
<item row="1" column="0">
<widget class="QLabel" name="peerConnectionTypeLabel">
<property name="toolTip">
- <string>The type of peer connection: %1</string>
+ <string>The direction and type of peer connection: %1</string>
</property>
<property name="text">
- <string>Connection Type</string>
+ <string>Direction/Type</string>
</property>
</widget>
</item>