Skip to content

Commit

Permalink
Merge pull request #6940
Browse files Browse the repository at this point in the history
7ca73dc Improving labels for Sent / Received "Bytes" (Jonathan Cross)
  • Loading branch information
laanwj committed Nov 10, 2015
2 parents 9fa54a1 + 7ca73dc commit 32d8b15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qt/forms/debugwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 32d8b15

Please sign in to comment.