aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lightup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lightup.c b/lightup.c
index 3747ec1..47b49b2 100644
--- a/lightup.c
+++ b/lightup.c
@@ -1677,7 +1677,7 @@ static char *solve_game(game_state *state, game_state *currstate,
/* That didn't work; try solving from the clean puzzle. */
solved = dup_game(state);
if (dosolve(solved, sflags, NULL) > 0) goto solved;
- *error = "Puzzle is not self-consistent.";
+ *error = "Unable to find a solution to this puzzle.";
goto done;
solved: