fix: spelling
This commit is contained in:
parent
af69512a6f
commit
ac607347ea
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue