Skip to content

Commit

Permalink
Rename ... buttons to Browse
Browse files Browse the repository at this point in the history
  • Loading branch information
Peregrine05 authored Sep 26, 2024
1 parent 12214ce commit 659c732
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launcher/src/se/llbit/chunky/launcher/ui/ChunkyLauncher.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<children>
<Label text="Minecraft directory:" />
<TextField fx:id="minecraftDirectory" editable="false" HBox.hgrow="ALWAYS" />
<Button fx:id="browseMinecraft" mnemonicParsing="false" text="..." />
<Button fx:id="browseMinecraft" mnemonicParsing="false" text="Browse" />
</children>
</HBox>
<IntegerAdjuster fx:id="memoryLimit" name="Memory limit (MiB)" />
Expand All @@ -54,7 +54,7 @@
<children>
<Label text="Java Runtime:" />
<TextField fx:id="javaRuntime" editable="false" HBox.hgrow="ALWAYS" />
<Button fx:id="browseJava" mnemonicParsing="false" text="..." />
<Button fx:id="browseJava" mnemonicParsing="false" text="Browse" />
</children>
<VBox.margin>
<Insets />
Expand Down

0 comments on commit 659c732

Please sign in to comment.