Fix #8, Word “Minecraft” appears in profile selector

master
Treer 2018-06-17 01:08:04 +10:00
parent b17c6846f0
commit c650121a6c
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}