From dfd1fcfdbbea75cd7acc630c79c31621126cf6f2 Mon Sep 17 00:00:00 2001 From: Techjar Date: Mon, 18 Feb 2019 02:32:07 -0500 Subject: [PATCH] Rephrase text on install path --- installer/Installer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/Installer.java b/installer/Installer.java index 56d2916..6ac3ecd 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);