Skip to content

Commit 6fbf96e

Browse files
committed
chore(configuration steps): Auto-update configuration steps translatable strings
1 parent d347e13 commit 6fbf96e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ardupilot_methodic_configurator/configuration_steps_strings.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,9 @@ def configuration_steps_descriptions() -> None:
416416
_config_steps_descriptions = _(
417417
"Optional Python expression; if present, the parameter is only deleted when this expression evaluates to true"
418418
)
419+
_config_steps_descriptions = _(
420+
"Optional Python expression; if present, the plugin is only shown when this expression evaluates to true"
421+
)
419422
_config_steps_descriptions = _("Optional Python expression; the parameter is only added when this evaluates to true")
420423
_config_steps_descriptions = _("Optional expression for the parameter value; if absent, the current FC value is used")
421424
_config_steps_descriptions = _("Optional instructions to display as a popup when entering this step")

0 commit comments

Comments
 (0)