aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2022-02-20 22:19:00 +0100
committerJon Atack <jon@atack.com>2022-03-06 17:49:01 +0100
commit81ef1f7ef182050efaed7ab40b1b159a8ada3739 (patch)
tree26d1e49c38eb116cd8833c8e23860cc77240b3de /src/qt/forms
parent77f24aac52288532f2a818e49482b0d4761dff27 (diff)
downloadbitcoin-81ef1f7ef182050efaed7ab40b1b159a8ada3739.tar.xz
gui: improve "Addresses Processed" translator comments and tooltip in peers tab
Diffstat (limited to 'src/qt/forms')
-rw-r--r--src/qt/forms/debugwindow.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/forms/debugwindow.ui b/src/qt/forms/debugwindow.ui
index 244425326f..c7d71cca1c 100644
--- a/src/qt/forms/debugwindow.ui
+++ b/src/qt/forms/debugwindow.ui
@@ -1620,10 +1620,10 @@
<item row="24" column="0">
<widget class="QLabel" name="peerAddrProcessedLabel">
<property name="toolTip">
- <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>
+ <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>
</property>
<property name="text">
- <string>Addresses Processed</string>
+ <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>
</property>
</widget>
</item>