Skip to content

Commit

Permalink
rearrange entries for modulation list
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-w committed Dec 5, 2023
1 parent d73421a commit fbb447b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions plugins/Satellites/src/gui/SatellitesDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -816,24 +816,24 @@ void SatellitesDialog::populateAboutPage()
html += "<p>" + q_("Many satellites having transmitters (transceivers and transponders) with many modes for telemetry and data packets. You should to know which demodulator you need to decode telemetry and packets:");
html += "<ul>";
html += "<li>APT &mdash; " + q_("Automatic Picture Transmission") + "</li>";
html += "<li>AFSK &mdash; " + q_("Audio Frequency Shift Keying") + "</li>";
html += "<li>LRPT &mdash; " + q_("Low Resolution Picture Transmission") + "</li>";
html += "<li>HRPT &mdash; " + q_("High Resolution Picture Transmission") + "</li>";
html += "<li>AHRPT &mdash; " + q_("Advanced High Resolution Picture Transmission") + "</li>";
html += "<li>AX.25 &mdash; " + q_("Amateur Radio adaptation of X.25 packet protocol") + "</li>";
html += "<li>CW &mdash; " + q_("Continuous Wave, Morse Code") + "</li>";
html += "<li>AM &mdash; " + q_("Amplitude Modulation") + "</li>";
html += "<li>FM &mdash; " + q_("Frequency Modulation") + "</li>";
html += "<li>DUV &mdash; " + q_("Data Under Voice") + "</li>";
html += "<li>FSK &mdash; " + q_("Frequency Shift Keying") + "</li>";
html += "<li>GFSK &mdash; " + q_("Gaussian Frequency Shift Keying") + "</li>";
html += "<li>GMSK &mdash; " + q_("Gaussian Minimum Shift Keying") + "</li>";
html += "<li>FSK &mdash; " + q_("Frequency Shift Keying") + "</li>";
html += "<li>AFSK &mdash; " + q_("Audio Frequency Shift Keying") + "</li>";
html += "<li>ASK &mdash; " + q_("Amplitude-shift keying") + "</li>";
html += "<li>PSK &mdash; " + q_("Phase-shift Keying") + "</li>";
html += "<li>BPSK &mdash; " + q_("Binary Phase-shift Keying") + "</li>";
html += "<li>QPSK &mdash; " + q_("Quadrature Phase-shift Keying") + "</li>";
html += "<li>OQPSK &mdash; " + q_("Offset Quadrature Phase-shift Keying") + "</li>";
html += "<li>DPSK &mdash; " + q_("Differential Phase-shift Keying") + "</li>";
html += "<li>LRPT &mdash; " + q_("Low Resolution Picture Transmission") + "</li>";
html += "<li>HRPT &mdash; " + q_("High Resolution Picture Transmission") + "</li>";
html += "<li>AHRPT &mdash; " + q_("Advanced High Resolution Picture Transmission") + "</li>";
html += "<li>BOC &mdash; " + q_("Binary Offset Carrier") + "</li>";
html += "<li>MBOC &mdash; " + q_("Multiplexed Binary Offset Carrier") + "</li>";
html += "</ul></p>";
Expand Down

0 comments on commit fbb447b

Please sign in to comment.