Skip to content

Commit d1dd711

Browse files
committed
update prompt text - it may not be a dungeon
1 parent dc44b1e commit d1dd711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Starstructor/GUI/MainWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ private void CleanUp()
330330
private static DialogResult PromptClosingProject()
331331
{
332332
return MessageBox.Show(
333-
"Are you sure you wish to close your current opened dungeon?",
333+
"Are you sure you wish to close your current project?",
334334
"Exit", MessageBoxButtons.YesNo);
335335
}
336336

0 commit comments

Comments
 (0)