Skip to content

Commit 7ca73dc

Browse files
committed
Improving labels for Sent / Received "Bytes"
The labels for Sent & Received data in the "Peers" debug panel should not be defined as "Bytes" because the units (B, KB, MB) appear after the number. I decided to simply use "Sent" and "Received" (rather than "Data Sent" and "Data Received") because we already have translations for the former: https://www.transifex.com/bitcoin/bitcoin/viewstrings/#ja/qt-translation-011x/47533089?q=sent https://www.transifex.com/bitcoin/bitcoin/viewstrings/#ja/qt-translation-011x/47533089?q=received Demo of changes: Current UI: Bytes Sent 12 KB Bytes Received 26 MB With this pull request: Sent 12 KB Received 26 MB
1 parent 193f7b5 commit 7ca73dc

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
@@ -1117,7 +1117,7 @@
11171117
<item row="12" column="0">
11181118
<widget class="QLabel" name="label_18">
11191119
<property name="text">
1120-
<string>Bytes Sent</string>
1120+
<string>Sent</string>
11211121
</property>
11221122
</widget>
11231123
</item>
@@ -1140,7 +1140,7 @@
11401140
<item row="13" column="0">
11411141
<widget class="QLabel" name="label_20">
11421142
<property name="text">
1143-
<string>Bytes Received</string>
1143+
<string>Received</string>
11441144
</property>
11451145
</widget>
11461146
</item>

0 commit comments

Comments
 (0)