mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-09 10:43:19 -05:00
gui: update to "Direction/Type" peer details name/tooltip
This commit is contained in:
parent
151888383a
commit
be4cf4832f
1 changed files with 2 additions and 2 deletions
|
@ -1079,10 +1079,10 @@
|
||||||
<item row="1" column="0">
|
<item row="1" column="0">
|
||||||
<widget class="QLabel" name="peerConnectionTypeLabel">
|
<widget class="QLabel" name="peerConnectionTypeLabel">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>The type of peer connection: %1</string>
|
<string>The direction and type of peer connection: %1</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Connection Type</string>
|
<string>Direction/Type</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
Loading…
Add table
Reference in a new issue