diff options
author | Jon Atack <jon@atack.com> | 2022-02-20 22:19:34 +0100 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2022-03-06 17:49:20 +0100 |
commit | 4d2b503d6cbb593cf75cf053fd480de64b3f4fc0 (patch) | |
tree | c050e48d35e307f39f53ab5f38dfa7e32ccb5793 /src/qt/forms | |
parent | 81ef1f7ef182050efaed7ab40b1b159a8ada3739 (diff) |
gui: improve "Addresses Rate-Limited" translator comments and tooltip in peers tab
Diffstat (limited to 'src/qt/forms')
-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 c7d71cca1c..ead977296a 100644 --- a/src/qt/forms/debugwindow.ui +++ b/src/qt/forms/debugwindow.ui @@ -1646,10 +1646,10 @@ <item row="25" column="0"> <widget class="QLabel" name="peerAddrRateLimitedLabel"> <property name="toolTip"> - <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> + <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> </property> <property name="text"> - <string>Addresses Rate-Limited</string> + <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> </property> </widget> </item> |