chore: spelling

This commit is contained in:
lantzelot-swe 2022-01-19 14:20:46 +01:00
parent 2c223756f0
commit 7e5ea49c85
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ public class SaveStatePrefPanel extends JPanel
{
String info = "<html>Different versions of the Carousel adds the saved states in different folders. " +
"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 gamelist views.</html>";
infoLabel = new JLabel(info);
}
return infoLabel;