aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo
diff options
context:
space:
mode:
authorArnaud Boutonné2011-01-09 22:43:25 +0000
committerArnaud Boutonné2011-01-09 22:43:25 +0000
commita9d3e5c2844c32fb4470a55f2a262edea285713e (patch)
tree5b0236730d7c792884ebbaac33c7780990668c3f /engines/hugo
parent01e43fa8dc2201247d4a330f75044bfd774b646e (diff)
downloadscummvm-rg350-a9d3e5c2844c32fb4470a55f2a262edea285713e.tar.gz
scummvm-rg350-a9d3e5c2844c32fb4470a55f2a262edea285713e.tar.bz2
scummvm-rg350-a9d3e5c2844c32fb4470a55f2a262edea285713e.zip
HUGO: Fix typo in help message
svn-id: r55193
Diffstat (limited to 'engines/hugo')
-rw-r--r--engines/hugo/file_v2w.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/file_v2w.cpp b/engines/hugo/file_v2w.cpp
index 2c910a41c4..65d6a0d6da 100644
--- a/engines/hugo/file_v2w.cpp
+++ b/engines/hugo/file_v2w.cpp
@@ -48,7 +48,7 @@ FileManager_v2w::~FileManager_v2w() {
* Dame comment than in SCI: maybe in the future we can implement this, but for now this message should suffice
*/
void FileManager_v2w::instructions() {
- Utils::Box(BOX_ANY, "Please use an external viewer to open the game''s help file: HUGOWIN%d.HLP", _vm->_gameVariant + 1);
+ Utils::Box(BOX_ANY, "Please use an external viewer to open the game's help file: HUGOWIN%d.HLP", _vm->_gameVariant + 1);
}
} // End of namespace Hugo