aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-11-10 16:39:10 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2015-11-10 16:39:12 +0100
commit32d8b1570cb033bbefcbf7c4850b98fcf2740bfc (patch)
tree92209c85a3eb7680f2a6f0b7fda23720fb930142
parent9fa54a1b0c1ae1b12c292d5cb3158c58c975eb24 (diff)
parent7ca73dcf6b7e4c6b0fbe52718b55d6a0f6197d61 (diff)
downloadbitcoin-32d8b1570cb033bbefcbf7c4850b98fcf2740bfc.tar.xz
Merge pull request #6940
7ca73dc Improving labels for Sent / Received "Bytes" (Jonathan Cross)
-rw-r--r--src/qt/forms/debugwindow.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/forms/debugwindow.ui b/src/qt/forms/debugwindow.ui
index 4117da57f5..eb02dd80ff 100644
--- a/src/qt/forms/debugwindow.ui
+++ b/src/qt/forms/debugwindow.ui
@@ -1117,7 +1117,7 @@
<item row="12" column="0">
<widget class="QLabel" name="label_18">
<property name="text">
- <string>Bytes Sent</string>
+ <string>Sent</string>
</property>
</widget>
</item>
@@ -1140,7 +1140,7 @@
<item row="13" column="0">
<widget class="QLabel" name="label_20">
<property name="text">
- <string>Bytes Received</string>
+ <string>Received</string>
</property>
</widget>
</item>