Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jrbudda/Vivecraft_112
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbudda committed Jun 5, 2019
2 parents 71713f0 + dfd1fcf commit c4e21c8
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 c4e21c8

Please sign in to comment.