Skip to content

Commit ae005a6

Browse files
committed
Merge #554: Add and improve translator comments and tooltips for peers tab address fields
4d2b503 gui: improve "Addresses Rate-Limited" translator comments and tooltip in peers tab (Jon Atack) 81ef1f7 gui: improve "Addresses Processed" translator comments and tooltip in peers tab (Jon Atack) 77f24aa gui: improve "Address Relay" translator comments and tooltip in peers tab (Jon Atack) Pull request description: Per translator feedback in this thread: #526 (comment) *"The lack of string context in Transifex is a real problem for this project, as proper context (dev notes and/or screenshots) are essential to achieve quality translations."* This pull adds developer notes for transifex translators via `extracomment` tags, and it improves the existing ones and their tooltips with more context, clarity and completeness for the following peer tab fields as a follow-up to #526: - address relay - addresses processed - addressed rate-limited It looks like only six lines of diff, but they are loooong lines. If this is the right direction, the same can be done for other fields in follow-ups. ACKs for top commit: jarolrod: re-ACK [4d2b503](4d2b503) hebasto: ACK 4d2b503, I have reviewed the code and it looks OK, I agree it can be merged. Tree-SHA512: a185f46a66375a5fd6854640745b7d1d00740cf7be58db03256f44d71acc351e1770de137cb3bc9c1f0ea3cabd7cfa1cb1ccb87ec0df222680924ca3dab6c8bf
2 parents 2320d31 + 4d2b503 commit ae005a6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/qt/forms/debugwindow.ui

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1594,10 +1594,10 @@
15941594
<item row="23" column="0">
15951595
<widget class="QLabel" name="peerAddrRelayEnabledLabel">
15961596
<property name="toolTip">
1597-
<string extracomment="Tooltip text for the Address Relay field in the peer details area.">Whether we relay addresses to this peer.</string>
1597+
<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>
15981598
</property>
15991599
<property name="text">
1600-
<string>Address Relay</string>
1600+
<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>
16011601
</property>
16021602
</widget>
16031603
</item>
@@ -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>
@@ -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)