Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public class OptionsPython extends OptionsPlugin {
@Parameter(label = "Python environment directory", persist = false)
private File pythonDir;

@Parameter(label = "Rebuild Python environment", callback = "rebuildEnv")
@Parameter(label = "Build Python environment", callback = "rebuildEnv")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

private Button rebuildEnvironment;

@Parameter(label = "Launch in Python mode", callback = "updatePythonConfig",
Expand Down