[Qt] rename In:/Out: to Received/Sent in traffic tab

- collides with In:/Out: used for displaying number of
  connections when translating
This commit is contained in:
Philip Kaufmann 2014-06-12 14:29:18 +02:00
parent 0075337020
commit 6763018797

View file

@ -559,7 +559,7 @@
<item>
<widget class="QLabel" name="label_16">
<property name="text">
<string>In:</string>
<string>Received</string>
</property>
</widget>
</item>
@ -639,7 +639,7 @@
<item>
<widget class="QLabel" name="label_17">
<property name="text">
<string>Out:</string>
<string>Sent</string>
</property>
</widget>
</item>