diff options
author | Jon Atack <jon@atack.com> | 2022-02-20 22:23:39 +0100 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2022-03-06 17:48:26 +0100 |
commit | 77f24aac52288532f2a818e49482b0d4761dff27 (patch) | |
tree | 80d945739d0297a1d2b1477ab6069888112388d3 /src/qt/forms/debugwindow.ui | |
parent | 5f44c5c428b696af4214b2519cb2bbeb0e4a1027 (diff) |
gui: improve "Address Relay" translator comments and tooltip in peers tab
Diffstat (limited to 'src/qt/forms/debugwindow.ui')
-rw-r--r-- | src/qt/forms/debugwindow.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/forms/debugwindow.ui b/src/qt/forms/debugwindow.ui index 2196801023..244425326f 100644 --- a/src/qt/forms/debugwindow.ui +++ b/src/qt/forms/debugwindow.ui @@ -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> |