From 6fd6291390883506889420564f758590689b1864 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Wed, 9 Mar 2011 17:22:39 -0500 Subject: MOHAWK: Fix typo in the Riven missing executable dialog --- engines/mohawk/riven.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/mohawk/riven.cpp b/engines/mohawk/riven.cpp index 6b8fec58a4..e9742e0bc2 100644 --- a/engines/mohawk/riven.cpp +++ b/engines/mohawk/riven.cpp @@ -136,7 +136,7 @@ Common::Error MohawkEngine_Riven::run() { // We need to have a cursor source, or the game won't work if (!_cursor->hasSource()) { - Common::String message = "You're missing a Riven executable. The Windows executable is 'riven.exe' or 'rivendemo.exe'. "; + Common::String message = "You're missing a Riven executable. The Windows executable is 'riven.exe' or 'rivendmo.exe'. "; message += "Using the 'arcriven.z' installer file also works. In addition, you can use the Mac 'Riven' executable."; GUIErrorMessage(message); warning("%s", message.c_str()); -- cgit v1.2.3