diff options
author | Colin Snover | 2017-05-20 21:07:24 -0500 |
---|---|---|
committer | Colin Snover | 2017-05-20 21:14:18 -0500 |
commit | eba1e883e99b3ee23423a61cb6af927076256344 (patch) | |
tree | 410f809288930f32390260f6dc26de36075ce748 /engines | |
parent | 49173300385f902ca29d187fd7d2ac6e9eaeea61 (diff) | |
download | scummvm-rg350-eba1e883e99b3ee23423a61cb6af927076256344.tar.gz scummvm-rg350-eba1e883e99b3ee23423a61cb6af927076256344.tar.bz2 scummvm-rg350-eba1e883e99b3ee23423a61cb6af927076256344.zip |
SCI: Minor punctuation fix in buggy script alert
Diffstat (limited to 'engines')
-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.")); } } |