Skip to content

Commit 409316b

Browse files
committed
Rename "Rebuild Python env" button to "Build...*"
Rebuild implies to me it already exists, which it may not
1 parent 6427cde commit 409316b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scijava/plugins/scripting/python/OptionsPython.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public class OptionsPython extends OptionsPlugin {
7070
@Parameter(label = "Python environment directory", persist = false)
7171
private File pythonDir;
7272

73-
@Parameter(label = "Rebuild Python environment", callback = "rebuildEnv")
73+
@Parameter(label = "Build Python environment", callback = "rebuildEnv")
7474
private Button rebuildEnvironment;
7575

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

0 commit comments

Comments
 (0)