Skip to content

Commit 81ef1f7

Browse files
committed
gui: improve "Addresses Processed" translator comments and tooltip in peers tab
1 parent 77f24aa commit 81ef1f7

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
@@ -1620,10 +1620,10 @@
16201620
<item row="24" column="0">
16211621
<widget class="QLabel" name="peerAddrProcessedLabel">
16221622
<property name="toolTip">
1623-
<string extracomment="Tooltip text for the Addresses Processed field in the peer details area.">Total number of addresses processed, excluding those dropped due to rate-limiting.</string>
1623+
<string extracomment="Tooltip text for the Addresses Processed field in the peer details area, which displays the total number of addresses received from this peer that were processed (excludes addresses that were dropped due to rate-limiting).">The total number of addresses received from this peer that were processed (excludes addresses that were dropped due to rate-limiting).</string>
16241624
</property>
16251625
<property name="text">
1626-
<string>Addresses Processed</string>
1626+
<string extracomment="Text title for the Addresses Processed field in the peer details area, which displays the total number of addresses received from this peer that were processed (excludes addresses that were dropped due to rate-limiting).">Addresses Processed</string>
16271627
</property>
16281628
</widget>
16291629
</item>

0 commit comments

Comments
 (0)