gui: improve "Address Relay" translator comments and tooltip in peers tab

This commit is contained in:
Jon Atack 2022-02-20 22:23:39 +01:00
parent 5f44c5c428
commit 77f24aac52
No known key found for this signature in database
GPG key ID: 796C4109063D4EAF

View file

@ -1594,10 +1594,10 @@
<item row="23" column="0">
<widget class="QLabel" name="peerAddrRelayEnabledLabel">
<property name="toolTip">
<string extracomment="Tooltip text for the Address Relay field in the peer details area.">Whether we relay addresses to this peer.</string>
<string extracomment="Tooltip text for the Address Relay field in the peer details area, which displays whether we relay addresses to this peer (Yes/No).">Whether we relay addresses to this peer.</string>
</property>
<property name="text">
<string>Address Relay</string>
<string extracomment="Text title for the Address Relay field in the peer details area, which displays whether we relay addresses to this peer (Yes/No).">Address Relay</string>
</property>
</widget>
</item>