From a9d3e5c2844c32fb4470a55f2a262edea285713e Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Sun, 9 Jan 2011 22:43:25 +0000 Subject: HUGO: Fix typo in help message svn-id: r55193 --- engines/hugo/file_v2w.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/hugo/file_v2w.cpp') 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 -- cgit v1.2.3