diff --git a/_locales/en/messages.json b/_locales/en/messages.json index c7c005029..973143e25 100755 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -3070,6 +3070,12 @@ "osdSettingMainVoltageDecimals": { "message": "Main voltage decimals" }, + "osdSettingPLUS_CODE_DIGITS_HELP": { + "message": "Precision at the equator: 10=13.9x13.9m; 11=2.8x3.5m; 12=56x87cm; 13=11x22cm." + }, + "osdSettingPLUS_CODE_SHORT_HELP": { + "message": "Removing 2, 4 and 6 leading digits requires a reference location within, respectively, ~800km, ~40km and ~2km to recover the original coordinates." + }, "osdSettingCRSF_LQ_FORMAT_HELP": { "message": "TYPE1 shows LQ% as used by TBS hardware. TYPE2 shows RF Profile Modes (2=150Hz, 1=50Hz, 0=4Hz update rates) and LQ % [0..100%]. Tracer shows RFMode 1 (1=250Hz) and LQ % [0..100%]." }, diff --git a/tabs/osd.html b/tabs/osd.html index 862175a1b..e22d528b6 100644 --- a/tabs/osd.html +++ b/tabs/osd.html @@ -68,9 +68,14 @@