From d1dd711b548a61acf564a5db914436bd694cbe1d Mon Sep 17 00:00:00 2001 From: cstamford Date: Sat, 1 Feb 2014 03:54:49 +0000 Subject: [PATCH] update prompt text - it may not be a dungeon --- Starstructor/GUI/MainWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Starstructor/GUI/MainWindow.cs b/Starstructor/GUI/MainWindow.cs index 47551dd..2ccc43f 100644 --- a/Starstructor/GUI/MainWindow.cs +++ b/Starstructor/GUI/MainWindow.cs @@ -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); }