fix: spelling

This commit is contained in:
lantzelot-swe 2021-01-25 23:04:33 +01:00
parent 7111b4d4f3
commit 1a27b817d8
1 changed files with 1 additions and 1 deletions

View File

@ -533,7 +533,7 @@ public class ExportGamesSelectionPanel extends JPanel
{
if (deleteCheckBox == null)
{
deleteCheckBox = new JCheckBox("Delete existing games in the selected folder before exporting");
deleteCheckBox = new JCheckBox("Delete existing games in the selected directory before exporting");
deleteCheckBox.setSelected(true);
}
return deleteCheckBox;