Export clues to Text file completed
[wordblah.git] / constantstrings.h
index 050c890..76fede7 100644 (file)
@@ -24,6 +24,8 @@
 #define NO_WORD_INDEX "No such word with specified index" 
 #define INPUT_CONFIRM_EXIT "Are you sure you wish to exit? \
 Unsaved changes will be lost [y/N]"
+#define INPUT_CONFIRM_RESET "Are you sure? This will destroy the entire grid\
+and is irreversible (y/N): "
 
 #define USAGE_LINE_1 "Usage: %s [<filename> [new <nn>]]\n"
 #define USAGE_LINE_2 "<filename> - puzzle file name\n"
@@ -45,7 +47,9 @@ char *PUZZLE_EDIT_MENU[] =
                                        "7. Set Clue - Across Word",
                                        "8. Set Clue - Down Word",
                                        "9. Save puzzle",
-                                       "10.Export puzzle as PNG image",
-                                       "11.Return to main menu" };
+                                       "10.Reset entire grid",
+                                       "11.Export puzzle as PNG image",
+                                       "12.Export clues to text file",
+                                       "13.Return to main menu" };
 
 #endif