X-Git-Url: https://harishankar.org/repos/?p=wordblah.git;a=blobdiff_plain;f=constantstrings.h;fp=constantstrings.h;h=d80bc1ae59e2bde18c1478f248a3e80aa703778e;hp=d5f4734bed05175b0c92a765c8d172c51c24ebaa;hb=8f3a3d44db5d297336dc1138193514c6d79d080e;hpb=d2f6f0eb05c333a2b0991bb7613780aab629460f diff --git a/constantstrings.h b/constantstrings.h index d5f4734..d80bc1a 100644 --- a/constantstrings.h +++ b/constantstrings.h @@ -25,8 +25,10 @@ #define INVALID_WORD "Word contains illegal characters. Only alphabets allowed!" #define FILE_SAVED "File saved successfully" #define PASSWORD_SET "Password set successfully" -#define PASSWORD_RESET "Password reset successfully. Puzzle is no longer \ -password protected!" +#define MASTER_PASSWORD_RESET "Master password reset successfully. Puzzle no \ +longer password protected!" +#define SOLUTION_PASSWORD_RESET "Solution password reset successfully. Solution\ + can be viewed in the player without a password!" #define WRONG_PASSWORD "Wrong password!" #define NO_WORD_INDEX "No such word with specified index" #define INPUT_CONFIRM_EXIT "Are you sure you wish to exit? \ @@ -69,10 +71,11 @@ char *PUZZLE_EDIT_MENU[] = "7. Set Clue - Across Word", "8. Set Clue - Down Word", "9. Save puzzle", - "10.Set puzzle password", - "11.Reset entire grid", - "12.Export puzzle as PNG image", - "13.Export clues to text file", - "14.Return to main menu" }; + "10.Set master (editing) password", + "11.Set solution password", + "12.Reset entire grid", + "13.Export puzzle as PNG image", + "14.Export clues to text file", + "15.Return to main menu" }; #endif