From d3cd42e1d4bf4d7b341a51b3412501207d934733 Mon Sep 17 00:00:00 2001 From: Ben Castricum Date: Tue, 29 Nov 2016 10:26:43 +0100 Subject: ALL: Fix usage of 'etc.' --- engines/advancedDetector.cpp | 2 +- engines/scumm/detection.cpp | 4 ++-- 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, -- cgit v1.2.3