diff options
| author | Jonathan Cross <[email protected]> | 2015-11-04 20:14:16 +0100 |
|---|---|---|
| committer | Jonathan Cross <[email protected]> | 2015-11-04 20:14:16 +0100 |
| commit | 7ca73dcf6b7e4c6b0fbe52718b55d6a0f6197d61 (patch) | |
| tree | b23b1d235f1609514a0959c01baa284508da339c /src/httpserver.cpp | |
| parent | Merge pull request #6938 (diff) | |
| download | discoin-7ca73dcf6b7e4c6b0fbe52718b55d6a0f6197d61.tar.xz discoin-7ca73dcf6b7e4c6b0fbe52718b55d6a0f6197d61.zip | |
Improving labels for Sent / Received "Bytes"
The labels for Sent & Received data in the "Peers" debug panel should not be defined as "Bytes" because the units (B, KB, MB) appear after the number. I decided to simply use "Sent" and "Received" (rather than "Data Sent" and "Data Received") because we already have translations for the former:
https://www.transifex.com/bitcoin/bitcoin/viewstrings/#ja/qt-translation-011x/47533089?q=sent
https://www.transifex.com/bitcoin/bitcoin/viewstrings/#ja/qt-translation-011x/47533089?q=received
Demo of changes:
Current UI:
Bytes Sent 12 KB
Bytes Received 26 MB
With this pull request:
Sent 12 KB
Received 26 MB
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions