aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms/debugwindow.ui
Commit message (Collapse)AuthorAgeFilesLines
* Improving labels for Sent / Received "Bytes"Jonathan Cross2015-11-041-2/+2
| | | | | | | | | | | | | | | 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
* Rename rpcconsole.ui => debugwindow.uiMarcoFalke2015-09-231-0/+1272