diff --git a/installer/Installer.java b/installer/Installer.java index ff50854..b7d6321 100644 --- a/installer/Installer.java +++ b/installer/Installer.java @@ -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);