aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk
diff options
context:
space:
mode:
authorMatthew Hoops2011-03-07 11:02:50 -0500
committerMatthew Hoops2011-03-07 11:02:50 -0500
commit9c7166ccc95af78af6c4ba1169af8babfb7697d7 (patch)
tree96945cc714b11d3bbadf4235e8df2ef1ecb9ebca /engines/mohawk
parent10dad00a799aeb5e05e0fec865d25b21e7745956 (diff)
downloadscummvm-rg350-9c7166ccc95af78af6c4ba1169af8babfb7697d7.tar.gz
scummvm-rg350-9c7166ccc95af78af6c4ba1169af8babfb7697d7.tar.bz2
scummvm-rg350-9c7166ccc95af78af6c4ba1169af8babfb7697d7.zip
MOHAWK: Error message consistency
Diffstat (limited to 'engines/mohawk')
-rw-r--r--engines/mohawk/riven.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/riven.cpp b/engines/mohawk/riven.cpp
index f4a3ad00c8..d75c98bcd4 100644
--- a/engines/mohawk/riven.cpp
+++ b/engines/mohawk/riven.cpp
@@ -148,7 +148,7 @@ Common::Error MohawkEngine_Riven::run() {
// We need extras.mhk for inventory images, marble images, and credits images
if (!_extrasFile->open("extras.mhk")) {
- Common::String message = "You're missing a extras.mhk. Using the 'arcriven.z' installer file also works.";
+ Common::String message = "You're missing 'extras.mhk'. Using the 'arcriven.z' installer file also works.";
GUIErrorMessage(message);
warning("%s", message.c_str());
return Common::kNoGameDataFoundError;