Skip to content

Commit

Permalink
update prompt text - it may not be a dungeon
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamford committed Feb 1, 2014
1 parent dc44b1e commit d1dd711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Starstructor/GUI/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ private void CleanUp()
private static DialogResult PromptClosingProject()
{
return MessageBox.Show(
"Are you sure you wish to close your current opened dungeon?",
"Are you sure you wish to close your current project?",
"Exit", MessageBoxButtons.YesNo);
}

Expand Down

0 comments on commit d1dd711

Please sign in to comment.