Skip to content

Commit

Permalink
SKCraftGH-471 Re-label configuration option as "Fallback Java Runtime"
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgehog1029 committed May 30, 2022
1 parent 1c64de1 commit 4decceb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ private void initComponents() {
javaRuntimeBox.setModel(new DefaultComboBoxModel<>(javaRuntimes));

runtimePanel.addRow(enableCustomRuntime);
runtimePanel.addRow(new JLabel(SharedLocale.tr("options.jvmPath")), javaRuntimeBox);
runtimePanel.addRow(new JLabel(SharedLocale.tr("options.jvmRuntime")), javaRuntimeBox);
runtimePanel.addRow(new JLabel(SharedLocale.tr("options.jvmArguments")), javaArgsBox);

okButton.setMargin(new Insets(0, 10, 0, 10));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ button.launchAnyway=Launch Anyway

options.title = Options
options.useProxyCheck = Use following proxy in Minecraft
options.jvmPath=Java Runtime\:
options.jvmPath=Fallback Java Runtime\:
options.jvmRuntime=Java Runtime\:
options.jvmArguments=JVM arguments\:
options.64BitJavaWarning=<html>Make sure to have <strong>64-bit Java installed</strong> if you are planning to set the memory limits higher.
options.minMemory=Minimum memory (MB)\:
Expand Down

0 comments on commit 4decceb

Please sign in to comment.