MOHAWK: Error message consistency

This commit is contained in:
Matthew Hoops 2011-03-07 11:02:50 -05:00
parent 10dad00a79
commit 9c7166ccc9

View File

@ -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;