lbrycrd/src/qt/forms
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
..
addressbookpage.ui Correct tooltip on address book page 2014-12-30 17:46:57 +08:00
askpassphrasedialog.ui qt: Make askpassphrase dialog behave more sanely 2014-11-20 12:28:34 +01:00
coincontroldialog.ui Coin Control: Make list mode default 2014-11-16 17:27:19 +00:00
debugwindow.ui Improving labels for Sent / Received "Bytes" 2015-11-04 20:14:16 +01:00
editaddressdialog.ui
helpmessagedialog.ui [Qt] add bitcoin logo to about screen 2015-02-04 20:52:18 +01:00
intro.ui
openuridialog.ui [Qt] update form files for setting autoDefault explicitly to false 2014-09-05 13:54:16 +02:00
optionsdialog.ui [Qt] allow users to set -onion via GUI 2015-07-24 12:28:06 +02:00
overviewpage.ui [QT] use alert icon with tooltip insted of "(out of sync)" text 2015-05-12 20:46:12 +02:00
receivecoinsdialog.ui [Qt] update form files for setting autoDefault explicitly to false 2014-09-05 13:54:16 +02:00
receiverequestdialog.ui [Qt] update form files for setting autoDefault explicitly to false 2014-09-05 13:54:16 +02:00
sendcoinsdialog.ui [Qt] Clarify: smartfee button name "Minimize" 2015-04-07 13:32:09 +02:00
sendcoinsentry.ui [QT] remove frame to avoid double-frame situation in sendcoinsentry.ui 2015-05-12 20:46:10 +02:00
signverifymessagedialog.ui Merge pull request #5144 2015-01-13 10:02:35 +01:00
transactiondescdialog.ui