Rename "TX RST" and "RX RST" to "RST Sent" and "RST Received" in the record dialog.

pull/32/head
Christian Jacobs 2015-02-28 19:48:10 +00:00
rodzic dd58927741
commit 861c5c4821
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -11,6 +11,7 @@
### Changed
- Migrated the documentation to a Sphinx-based setup.
- Separate the Create and Open functionality for logbooks.
- In the record dialog, the labels "TX RST" and "RX RST" have been changed to "RST Sent" and "RST Received". The underlying ADIF field names remain the same (RST_SENT and RST_RCVD).
### Fixed
- Logging debug messages to file.

Wyświetl plik

@ -58,8 +58,8 @@ AVAILABLE_FIELD_NAMES_FRIENDLY = {"CALL":"Callsign",
"BAND":"Band",
"MODE":"Mode",
"TX_PWR":"TX Power (W)",
"RST_SENT":"TX RST",
"RST_RCVD":"RX RST",
"RST_SENT":"RST Sent",
"RST_RCVD":"RST Received",
"QSL_SENT":"QSL Sent",
"QSL_RCVD":"QSL Received",
"NOTES":"Notes",