Skip to content

Commit 4d2b503

Browse files
committed
gui: improve "Addresses Rate-Limited" translator comments and tooltip in peers tab
1 parent 81ef1f7 commit 4d2b503

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/qt/forms/debugwindow.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1646,10 +1646,10 @@
16461646
<item row="25" column="0">
16471647
<widget class="QLabel" name="peerAddrRateLimitedLabel">
16481648
<property name="toolTip">
1649-
<string extracomment="Tooltip text for the Addresses Rate-Limited field in the peer details area.">Total number of addresses dropped due to rate-limiting.</string>
1649+
<string extracomment="Tooltip text for the Addresses Rate-Limited field in the peer details area, which displays the total number of addresses received from this peer that were dropped (not processed) due to rate-limiting.">The total number of addresses received from this peer that were dropped (not processed) due to rate-limiting.</string>
16501650
</property>
16511651
<property name="text">
1652-
<string>Addresses Rate-Limited</string>
1652+
<string extracomment="Text title for the Addresses Rate-Limited field in the peer details area, which displays the total number of addresses received from this peer that were dropped (not processed) due to rate-limiting.">Addresses Rate-Limited</string>
16531653
</property>
16541654
</widget>
16551655
</item>

0 commit comments

Comments
 (0)