aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2014-06-12 14:29:18 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2014-06-16 08:23:45 +0200
commit676301879755588cb32ed6cd95a84f4da1d4f83f (patch)
tree7927fd991677e4941c469fbff816f538f18e1312 /src/qt/forms
parent0075337020d4cf8614c40b2c98c0bbef124bbc56 (diff)
downloadbitcoin-676301879755588cb32ed6cd95a84f4da1d4f83f.tar.xz
[Qt] rename In:/Out: to Received/Sent in traffic tab
- collides with In:/Out: used for displaying number of connections when translating
Diffstat (limited to 'src/qt/forms')
-rw-r--r--src/qt/forms/rpcconsole.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/forms/rpcconsole.ui b/src/qt/forms/rpcconsole.ui
index 1e574e8527..7158b65c2d 100644
--- a/src/qt/forms/rpcconsole.ui
+++ b/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>