diff --git a/src/main/java/se/lantz/gui/preferences/SaveStatePrefPanel.java b/src/main/java/se/lantz/gui/preferences/SaveStatePrefPanel.java index 9cfbfe2..b2f5bd4 100644 --- a/src/main/java/se/lantz/gui/preferences/SaveStatePrefPanel.java +++ b/src/main/java/se/lantz/gui/preferences/SaveStatePrefPanel.java @@ -63,7 +63,7 @@ public class SaveStatePrefPanel extends JPanel if (infoLabel == null) { String info = "Different versions of the Carousel adds the saved states in different folders. " + - "You have to choose which verison of the Carousel you want the manager to read the saved states for. " + + "You have to choose which version of the Carousel you want the manager to read the saved states for. " + "Only saved states for one carousel version at a time is shown for the games in the game list views."; infoLabel = new JLabel(info); }