X-Git-Url: https://harishankar.org/repos/?p=wordblah.git;a=blobdiff_plain;f=constantstrings.h;h=eb4270f26d0ac277bc424f5d81116ec2d28f5a59;hp=c8d3b58f67cb7fae6a754a3e1f1505f1cefb67bc;hb=a9394973f79c66abefe200c4a0033cc9e3361e26;hpb=d29b37aa1b82dbd3c4baa55396521296f4a88ef4 diff --git a/constantstrings.h b/constantstrings.h index c8d3b58..eb4270f 100644 --- a/constantstrings.h +++ b/constantstrings.h @@ -21,6 +21,8 @@ #define INVALID_WORD "Word contains illegal characters. Only alphabets allowed!" #define FILE_SAVED "File saved successfully" #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]" char *MAIN_MENU[] = {"1. New puzzle", @@ -35,7 +37,8 @@ char *PUZZLE_EDIT_MENU[] = "5. Freeze grid", "6. Unfreeze grid", "7. Set Clue - Across Word", - "8. Save puzzle", - "9. Return to main menu" }; + "8. Set Clue - Down Word", + "9. Save puzzle", + "10.Return to main menu" }; #endif