UdjinM6
|
a5ac60b868
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
+ merge fixes
+ keepass on evhttp
|
2016-02-06 16:48:04 +03:00 |
|
Wladimir J. van der Laan
|
776848acef
|
Merge pull request #6979
c197798 [Qt] simple mempool info in debug window (Jonas Schnelli)
|
2015-11-20 14:34:11 +01:00 |
|
Jonas Schnelli
|
c197798d1b
|
[Qt] simple mempool info in debug window
|
2015-11-20 08:40:43 +01:00 |
|
Jonathan Cross
|
7ca73dcf6b
|
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
|
2015-11-04 20:14:16 +01:00 |
|
MarcoFalke
|
4dee609e10
|
Rename rpcconsole.ui => debugwindow.ui
|
2015-09-23 10:27:39 +02:00 |
|