[Scummvm-cvs-logs] scummvm master -> e251cc0d32a99743c3f4255d32764b2c8d62c370

m-kiewitz m_kiewitz at users.sourceforge.net
Tue Oct 6 19:02:09 CEST 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
e251cc0d32 SHERLOCK: SS: replace fixtxt umlaut w/ octal value


Commit: e251cc0d32a99743c3f4255d32764b2c8d62c370
    https://github.com/scummvm/scummvm/commit/e251cc0d32a99743c3f4255d32764b2c8d62c370
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2015-10-06T19:01:22+02:00

Commit Message:
SHERLOCK: SS: replace fixtxt umlaut w/ octal value

Replace fixed text umlaut with octal value
Also fix German "Tarot Cards" translation, Tarock cards are the
french cards, that are not used for predicting the future / telling
fortunes

Changed paths:
    engines/sherlock/scalpel/scalpel_fixed_text.cpp



diff --git a/engines/sherlock/scalpel/scalpel_fixed_text.cpp b/engines/sherlock/scalpel/scalpel_fixed_text.cpp
index 80b2dad..301bd3c 100644
--- a/engines/sherlock/scalpel/scalpel_fixed_text.cpp
+++ b/engines/sherlock/scalpel/scalpel_fixed_text.cpp
@@ -173,7 +173,7 @@ static const char *const fixedTextDE[] = {
 	"Eine offene Taschenuhr",
 	"Ein Zettel mit Zahlen drauf",
 	"Ein mehrfach gefalteter Briefbogen",
-	"Ein Tarock-Kartenspiel", // [sic]
+	"Ein Tarot-Kartenspiel", // original interpreter: "Ein Tarock-Kartenspiel" [sic]
 	"Ein verzierter Schl\201ssel",
 	"Ein Pfandschein",
 	// SH1: People names
@@ -193,7 +193,7 @@ static const char *const fixedTextDE[] = {
 	"Tim",
 	"James Sanders",
 	"Belle",
-	"Putzmädchen",
+	"Putzm\204dchen",
 	"Wiggins",
 	"Paul",
 	"Gastwirt",






More information about the Scummvm-git-logs mailing list