Skip to content

Commit

Permalink
Rephrase text on install path
Browse files Browse the repository at this point in the history
  • Loading branch information
Techjar committed Feb 18, 2019
1 parent 7e58cbc commit dfd1fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/Installer.java
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public Installer(File target)
logoSplash.add(tag);

logoSplash.add(Box.createRigidArea(new Dimension(5,20)));
tag = new JLabel("Select path to minecraft. (The default here is almost always what you want.)");
tag = new JLabel("Select path to minecraft. (Only change this if using MultiMC.)");
tag.setAlignmentX(LEFT_ALIGNMENT);
tag.setAlignmentY(CENTER_ALIGNMENT);
logoSplash.add(tag);
Expand Down

0 comments on commit dfd1fcf

Please sign in to comment.