mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 20:03:34 -03:00
Merge pull request #4334
6763018
[Qt] rename In:/Out: to Received/Sent in traffic tab (Philip Kaufmann)
This commit is contained in:
commit
9fe80a2ec8
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue