diff options
| author | Ben Castricum | 2016-11-29 10:26:43 +0100 |
|---|---|---|
| committer | Ben Castricum | 2016-11-29 20:14:41 +0100 |
| commit | d3cd42e1d4bf4d7b341a51b3412501207d934733 (patch) | |
| tree | 1a12304350b04dbb2229755e10d59cbf748bdb2b /engines/scumm | |
| parent | df785f341e6d33219d18654f1d5f3eb2646a8477 (diff) | |
| download | scummvm-rg350-d3cd42e1d4bf4d7b341a51b3412501207d934733.tar.gz scummvm-rg350-d3cd42e1d4bf4d7b341a51b3412501207d934733.tar.bz2 scummvm-rg350-d3cd42e1d4bf4d7b341a51b3412501207d934733.zip | |
ALL: Fix usage of 'etc.'
Diffstat (limited to 'engines/scumm')
| -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, |
