diff options
author | Martin Kiewitz | 2015-10-06 19:01:22 +0200 |
---|---|---|
committer | Martin Kiewitz | 2015-10-06 19:01:22 +0200 |
commit | e251cc0d32a99743c3f4255d32764b2c8d62c370 (patch) | |
tree | c38ee76cfdc210fcfae35ee32bd4e7074404aecc /engines/sherlock/scalpel | |
parent | 0a3ecf0471ae5bb20e32c49af85f36dc1f492770 (diff) | |
download | scummvm-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.cpp | 4 |
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", |