0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-08 10:31:50 -05:00

gui: update to "Direction/Type" peer details name/tooltip

This commit is contained in:
Jon Atack 2021-02-06 22:56:49 +01:00
parent 151888383a
commit be4cf4832f
No known key found for this signature in database
GPG key ID: 4F5721B3D0E3921D

View file

@ -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>