diff options
-rw-r--r-- | engines/sci/sci.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp index 35f35e5cda..7dab65a041 100644 --- a/engines/sci/sci.cpp +++ b/engines/sci/sci.cpp @@ -371,7 +371,7 @@ Common::Error SciEngine::run() { "prevent you from progressing later on in the game, during " "the sequence with the Green Man's riddles. Please, apply " "the latest patch for this game by Sierra to avoid possible " - "problems")); + "problems.")); } } |