Browse Source

Merge pull request #4334

6763018 [Qt] rename In:/Out: to Received/Sent in traffic tab (Philip Kaufmann)
pull/145/head
Wladimir J. van der Laan 10 years ago
parent
commit
9fe80a2ec8
No known key found for this signature in database GPG Key ID: 74810B012346C9A6
  1. 4
      src/qt/forms/rpcconsole.ui

4
src/qt/forms/rpcconsole.ui

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

Loading…
Cancel
Save