diff options
author | Eugene Sandulenko | 2016-11-29 23:17:49 +0100 |
---|---|---|
committer | GitHub | 2016-11-29 23:17:49 +0100 |
commit | 5bed4bf794cdd52dca843aa548d4fcf16fd48d50 (patch) | |
tree | 9a60d05dedd8dd5bb3c5c1200e57c4076eb613e3 /engines/scumm/detection.cpp | |
parent | 47d60cca42d36aaf01f5e40d780b06899b526b03 (diff) | |
parent | e95c2cc3ff1dc696fb2c3d952931a3af314c2e5b (diff) | |
download | scummvm-rg350-5bed4bf794cdd52dca843aa548d4fcf16fd48d50.tar.gz scummvm-rg350-5bed4bf794cdd52dca843aa548d4fcf16fd48d50.tar.bz2 scummvm-rg350-5bed4bf794cdd52dca843aa548d4fcf16fd48d50.zip |
Merge pull request #864 from BenCastricum/editing
ALL: Unify messages wording
Diffstat (limited to 'engines/scumm/detection.cpp')
-rw-r--r-- | engines/scumm/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/scumm/detection.cpp b/engines/scumm/detection.cpp index 88615e3f9a..cd2055e017 100644 --- a/engines/scumm/detection.cpp +++ b/engines/scumm/detection.cpp @@ -1119,8 +1119,8 @@ Common::Error ScummMetaEngine::createInstance(OSystem *syst, Engine **engine) co md5Warning = _("Your game version appears to be unknown. If this is *NOT* a fan-modified\n" "version (in particular, not a fan-made translation), please, report the\n" - "following data to the ScummVM team along with name of the game you tried\n" - "to add and its version/language/etc.:\n"); + "following data to the ScummVM team along with the name of the game you tried\n" + "to add and its version, language, etc.:\n"); md5Warning += Common::String::format(" SCUMM gameid '%s', file '%s', MD5 '%s'\n\n", res.game.gameid, |