We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6427cde commit 409316bCopy full SHA for 409316b
src/main/java/org/scijava/plugins/scripting/python/OptionsPython.java
@@ -70,7 +70,7 @@ public class OptionsPython extends OptionsPlugin {
70
@Parameter(label = "Python environment directory", persist = false)
71
private File pythonDir;
72
73
- @Parameter(label = "Rebuild Python environment", callback = "rebuildEnv")
+ @Parameter(label = "Build Python environment", callback = "rebuildEnv")
74
private Button rebuildEnvironment;
75
76
@Parameter(label = "Launch in Python mode", callback = "updatePythonConfig",
0 commit comments