From c2ef9823cdea494a868b274fc6303647505c4016 Mon Sep 17 00:00:00 2001 From: Daniele Forsi Date: Mon, 7 Aug 2023 20:28:41 +0200 Subject: [PATCH] Fix beacon frequency and add a space before the unit of measure --- plugins/feature/map/ibpbeacon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/feature/map/ibpbeacon.h b/plugins/feature/map/ibpbeacon.h index 7fe6a3140..bb0f97bd5 100644 --- a/plugins/feature/map/ibpbeacon.h +++ b/plugins/feature/map/ibpbeacon.h @@ -49,7 +49,7 @@ struct IBPBeacon { QStringList list; list.append("IBP Beacon"); list.append(QString("Callsign: %1").arg(m_callsign)); - list.append(QString("Frequency: 14.1, 18.11, 21.15, 24.92, 28.2MHz")); + list.append(QString("Frequency: 14.1, 18.11, 21.15, 24.93, 28.2 MHz")); list.append(QString("Power: 100 Watts ERP")); list.append(QString("Polarization: V")); list.append(QString("Pattern: Omni"));