X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/f50327a38c3162a1a6caf7394e5997e992bc33b8..522cc971b8020d03f598b8413c82658fdd556fd5:/lightup.c 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: