Skip to content

Commit

Permalink
Merge pull request #4334
Browse files Browse the repository at this point in the history
6763018 [Qt] rename In:/Out: to Received/Sent in traffic tab (Philip Kaufmann)
  • Loading branch information
laanwj committed Jun 18, 2014
2 parents b8e56aa + 6763018 commit 9fe80a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qt/forms/rpcconsole.ui
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@
<item>
<widget class="QLabel" name="label_16">
<property name="text">
<string>In:</string>
<string>Received</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -639,7 +639,7 @@
<item>
<widget class="QLabel" name="label_17">
<property name="text">
<string>Out:</string>
<string>Sent</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 9fe80a2

Please sign in to comment.