Browse Source

Merge pull request #6940

7ca73dc Improving labels for Sent / Received "Bytes" (Jonathan Cross)
0.13
Wladimir J. van der Laan 9 years ago
parent
commit
32d8b1570c
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 4
      src/qt/forms/debugwindow.ui

4
src/qt/forms/debugwindow.ui

@ -1117,7 +1117,7 @@ @@ -1117,7 +1117,7 @@
<item row="12" column="0">
<widget class="QLabel" name="label_18">
<property name="text">
<string>Bytes Sent</string>
<string>Sent</string>
</property>
</widget>
</item>
@ -1140,7 +1140,7 @@ @@ -1140,7 +1140,7 @@
<item row="13" column="0">
<widget class="QLabel" name="label_20">
<property name="text">
<string>Bytes Received</string>
<string>Received</string>
</property>
</widget>
</item>

Loading…
Cancel
Save