Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Vladislav Stepanov <[email protected]>
  • Loading branch information
Miepee and VladiStep authored Nov 15, 2023
1 parent ccd6814 commit 704d7e0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ string exportedSoundsDir = Path.Combine(winFolder, "Exported_Sounds");
//Overwrite Folder Check One
if (Directory.Exists(exportedSoundsDir))
{
bool overwriteCheckOne = ScriptQuestion(@"A 'Exported_Sounds' folder already exists.
bool overwriteCheckOne = ScriptQuestion(@"An 'Exported_Sounds' folder already exists.
Would you like to remove it? This may take some time.
Note: If an error window stating that 'the directory is not empty' appears, please try again or delete the folder manually.
Expand Down

0 comments on commit 704d7e0

Please sign in to comment.