aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel
diff options
context:
space:
mode:
authorMartin Kiewitz2015-10-06 19:01:22 +0200
committerMartin Kiewitz2015-10-06 19:01:22 +0200
commite251cc0d32a99743c3f4255d32764b2c8d62c370 (patch)
treec38ee76cfdc210fcfae35ee32bd4e7074404aecc /engines/sherlock/scalpel
parent0a3ecf0471ae5bb20e32c49af85f36dc1f492770 (diff)
downloadscummvm-rg350-e251cc0d32a99743c3f4255d32764b2c8d62c370.tar.gz
scummvm-rg350-e251cc0d32a99743c3f4255d32764b2c8d62c370.tar.bz2
scummvm-rg350-e251cc0d32a99743c3f4255d32764b2c8d62c370.zip
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
Diffstat (limited to 'engines/sherlock/scalpel')
-rw-r--r--engines/sherlock/scalpel/scalpel_fixed_text.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sherlock/scalpel/scalpel_fixed_text.cpp b/engines/sherlock/scalpel/scalpel_fixed_text.cpp
index 80b2dad19a..301bd3c793 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",