Skip to content

Commit

Permalink
shortened new config labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Newland committed Oct 28, 2023
1 parent 5b87fb7 commit b589cdf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ private HBox buildHBoxExtraCompilationSwitches()
{
HBox hbox = new HBox();

Label labelExtraCompilation = new Label("Extra VM compilation switches:");
Label labelExtraCompilation = new Label("Compilation options:");
labelExtraCompilation.setMinWidth(labelWidth);

txtExtraCompilationSwitches = new TextField(config.getExtraVMCompilationSwitches());
Expand All @@ -558,7 +558,7 @@ private HBox buildHBoxExtraRuntimeSwitches()
{
HBox hbox = new HBox();

Label labelExtraRuntime = new Label("Extra VM runtime switches:");
Label labelExtraRuntime = new Label("Runtime options:");
labelExtraRuntime.setMinWidth(labelWidth);

txtExtraRuntimeSwitches = new TextField(config.getExtraVMRuntimeSwitches());
Expand Down

0 comments on commit b589cdf

Please sign in to comment.