Merge pull request #6940

7ca73dc Improving labels for Sent / Received "Bytes" (Jonathan Cross)
This commit is contained in:
Wladimir J. van der Laan 2015-11-10 16:39:10 +01:00
commit 32d8b1570c
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 2 additions and 2 deletions

View File

@ -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>