Separate solution password implemented
[wordblah.git] / constantstrings.h
index d5f4734..d80bc1a 100644 (file)
 #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