diff options
author | Max Horn | 2008-08-13 10:13:22 +0000 |
---|---|---|
committer | Max Horn | 2008-08-13 10:13:22 +0000 |
commit | 9b8665fa85ae2a65d448ad9dba06dd27455f48d1 (patch) | |
tree | b9e5a94a38fd75f030d5ac98d052e55e60b13963 /engines/scumm | |
parent | be9192687b22e11bee2fe98f5e06a7a2dd623fd1 (diff) | |
download | scummvm-rg350-9b8665fa85ae2a65d448ad9dba06dd27455f48d1.tar.gz scummvm-rg350-9b8665fa85ae2a65d448ad9dba06dd27455f48d1.tar.bz2 scummvm-rg350-9b8665fa85ae2a65d448ad9dba06dd27455f48d1.zip |
Clarify SCUMM MD5 message: We do not want reports on fanmade translations
svn-id: r33817
Diffstat (limited to 'engines/scumm')
-rw-r--r-- | engines/scumm/detection.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/engines/scumm/detection.cpp b/engines/scumm/detection.cpp index 68d3010199..ca5dba7865 100644 --- a/engines/scumm/detection.cpp +++ b/engines/scumm/detection.cpp @@ -820,9 +820,10 @@ PluginError ScummMetaEngine::createInstance(OSystem *syst, Engine **engine) cons // unknown MD5, or with a medium debug level in case of a known MD5 (for // debugging purposes). if (!findInMD5Table(res.md5.c_str())) { - printf("Your game version appears to be unknown. Please, report the following\n"); - printf("data to the ScummVM team along with name of the game you tried to add\n"); - printf("and its version/language/etc.:\n"); + printf("Your game version appears to be unknown. If this is *NOT* a fan-modified\n"); + printf("version (in particular, not a fan-made translation), please, report the\n"); + printf("following data to the ScummVM team along with name of the game you tried\n"); + printf("to add and its version/language/etc.:\n"); printf(" SCUMM gameid '%s', file '%s', MD5 '%s'\n\n", res.game.gameid, |