aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorBen Castricum2016-11-29 10:26:43 +0100
committerBen Castricum2016-11-29 20:14:41 +0100
commitd3cd42e1d4bf4d7b341a51b3412501207d934733 (patch)
tree1a12304350b04dbb2229755e10d59cbf748bdb2b /engines
parentdf785f341e6d33219d18654f1d5f3eb2646a8477 (diff)
downloadscummvm-rg350-d3cd42e1d4bf4d7b341a51b3412501207d934733.tar.gz
scummvm-rg350-d3cd42e1d4bf4d7b341a51b3412501207d934733.tar.bz2
scummvm-rg350-d3cd42e1d4bf4d7b341a51b3412501207d934733.zip
ALL: Fix usage of 'etc.'
Diffstat (limited to 'engines')
-rw-r--r--engines/advancedDetector.cpp2
-rw-r--r--engines/scumm/detection.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/engines/advancedDetector.cpp b/engines/advancedDetector.cpp
index fd3e43c57f..3b130de00f 100644
--- a/engines/advancedDetector.cpp
+++ b/engines/advancedDetector.cpp
@@ -334,7 +334,7 @@ void AdvancedMetaEngine::reportUnknown(const Common::FSNode &path, const ADFileP
Common::String report = Common::String::format(
_("The game in '%s' seems to be unknown.\n"
"Please, report the following data to the ScummVM team along with name\n"
- "of the game you tried to add and its version/language/etc.:"), path.getPath().c_str()) + "\n";
+ "of the game you tried to add and its version, language, etc.:"), path.getPath().c_str()) + "\n";
report += "\n";
for (ADFilePropertiesMap::const_iterator file = filesProps.begin(); file != filesProps.end(); ++file)
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,