diff --git a/textscreens.cpp b/textscreens.cpp index 0e847e1..413ad66 100644 --- a/textscreens.cpp +++ b/textscreens.cpp @@ -493,6 +493,9 @@ void TextWindow::ShowGroupSolveInfo(void) { break; } } + + Printf(true, "It may be possible to fix the problem "); + Printf(false, "by selecting Edit -> Undo."); } //-----------------------------------------------------------------------------