fix: spelling

This commit is contained in:
lantzelot-swe 2022-01-14 22:29:42 +01:00
parent af69512a6f
commit ac607347ea
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ public class SaveStatePrefPanel extends JPanel
if (infoLabel == null) if (infoLabel == null)
{ {
String info = "<html>Different versions of the Carousel adds the saved states in different folders. " + String info = "<html>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.</html>"; "Only saved states for one carousel version at a time is shown for the games in the game list views.</html>";
infoLabel = new JLabel(info); infoLabel = new JLabel(info);
} }