diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/hugo/file_v2w.cpp | 2 |
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 |