Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -358,13 +358,13 @@ def configuration_steps_descriptions() -> None:
_config_steps_descriptions = _("Name of tool/process that automatically changes these parameters")
_config_steps_descriptions = _("Name/description of external tool needed")
_config_steps_descriptions = _("New value for the parameter")
_config_steps_descriptions = _("Optional instructions to display as a popup when entering this step")
_config_steps_descriptions = _(
"Optional Python expression; if present, the parameter is only applied when this expression evaluates to true"
)
_config_steps_descriptions = _(
"Optional Python expression; if present, the parameter is only deleted when this expression evaluates to true"
)
_config_steps_descriptions = _("Optional instructions to display as a popup when entering this step")
_config_steps_descriptions = _(
"Parameters to remove from the configuration file, optionally conditioned on a Python expression"
)
Expand Down