diff --git a/src/main/java/amidst/gui/profileselect/ProfileSelectWindow.java b/src/main/java/amidst/gui/profileselect/ProfileSelectWindow.java index 6a48b964..4990e334 100644 --- a/src/main/java/amidst/gui/profileselect/ProfileSelectWindow.java +++ b/src/main/java/amidst/gui/profileselect/ProfileSelectWindow.java @@ -88,7 +88,7 @@ public class ProfileSelectWindow { @CalledOnlyBy(AmidstThread.EDT) private JLabel createTitleLabel() { - JLabel result = new JLabel("Please select a Minecraft profile:", SwingConstants.CENTER); + JLabel result = new JLabel("Please select a game profile:", SwingConstants.CENTER); result.setFont(new Font("arial", Font.BOLD, 16)); return result; }