aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorColin Snover2017-05-20 21:07:24 -0500
committerColin Snover2017-05-20 21:14:18 -0500
commiteba1e883e99b3ee23423a61cb6af927076256344 (patch)
tree410f809288930f32390260f6dc26de36075ce748 /engines
parent49173300385f902ca29d187fd7d2ac6e9eaeea61 (diff)
downloadscummvm-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.cpp2
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."));
}
}