Merge pull request #6940
7ca73dc
Improving labels for Sent / Received "Bytes" (Jonathan Cross)
This commit is contained in:
commit
32d8b1570c
1 changed files with 2 additions and 2 deletions
|
@ -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 @@
|
|||
<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…
Reference in a new issue