Skip to content

Commit e07387c

Browse files
amilcarlucasgithub-actions[bot]
authored andcommitted
chore(configuration steps): Auto-update configuration steps translatable strings
1 parent b6d3da1 commit e07387c

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

ardupilot_methodic_configurator/configuration_steps_strings.py

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -350,18 +350,10 @@ def configuration_steps_descriptions() -> None:
350350
_config_steps_descriptions = _("Name of tool/process that automatically changes these parameters")
351351
_config_steps_descriptions = _("Name/description of external tool needed")
352352
_config_steps_descriptions = _("New value for the parameter")
353-
_config_steps_descriptions = _(
354-
"Optional Python expression; if present, the parameter is only applied when this expression evaluates to true"
355-
)
356-
_config_steps_descriptions = _(
357-
"Optional Python expression; if present, the parameter is only deleted when this expression evaluates to true"
358-
)
359-
_config_steps_descriptions = _(
360-
"Parameters to remove from the configuration file, optionally conditioned on a Python expression"
361-
)
362-
_config_steps_descriptions = _(
363-
"Parameters whose values are derived from vehicle component data or FC state. An entry with only 'if' means: add the parameter from the FC at its current value when the condition is true."
364-
)
353+
_config_steps_descriptions = _("Optional Python expression; if present, the parameter is only applied when this expression evaluates to true")
354+
_config_steps_descriptions = _("Optional Python expression; if present, the parameter is only deleted when this expression evaluates to true")
355+
_config_steps_descriptions = _("Parameters to remove from the configuration file, optionally conditioned on a Python expression")
356+
_config_steps_descriptions = _("Parameters whose values are derived from vehicle component data or FC state. An entry with only 'if' means: add the parameter from the FC at its current value when the condition is true.")
365357
_config_steps_descriptions = _("Phases of the configuration process")
366358
_config_steps_descriptions = _("Previous filenames for this step")
367359
_config_steps_descriptions = _("Python expression; the parameter is added from the FC only when this evaluates to true")

0 commit comments

Comments
 (0)