diff --git a/ardupilot_methodic_configurator/vehicle_components.py b/ardupilot_methodic_configurator/vehicle_components.py index 02c06c8c9..5eeed3398 100644 --- a/ardupilot_methodic_configurator/vehicle_components.py +++ b/ardupilot_methodic_configurator/vehicle_components.py @@ -25,7 +25,9 @@ def translatable_strings() -> None: _vehicle_components_strings = _("Configuration template") _vehicle_components_strings = _("Diameter_inches") _vehicle_components_strings = _("ESC") + _vehicle_components_strings = _("ESC->FC Telemetry") _vehicle_components_strings = _("FC Connection") + _vehicle_components_strings = _("FC->ESC Connection") _vehicle_components_strings = _("Firmware") _vehicle_components_strings = _("Flight Controller") _vehicle_components_strings = _("Format version")