diff options
-rw-r--r-- | simon/simon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp index af7ceeadf3..8a62f013d2 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -4400,7 +4400,7 @@ void SimonEngine::go() { // English and German versions of Simon the Sorcerer 1 don't have full subtitles } else if (_language < 2) { _subtitles = false; - // Allow choose in other versions of Simon the Sorcerer 1 + // Allow choice in other versions of Simon the Sorcerer 1 } else { if (_noSubtitles) _subtitles = false; |