Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
VladiStep authored Dec 22, 2023
1 parent 076d857 commit 737b507
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if (exportFolder is null)

string stringsPath = Path.Combine(exportFolder, "strings.txt");
//Overwrite Check One
if (File.Exists(stringsPath)
if (File.Exists(stringsPath))
{
bool overwriteCheckOne = ScriptQuestion(@"A 'strings.txt' file already exists.
Would you like to overwrite it?");
Expand Down

0 comments on commit 737b507

Please sign in to comment.