[Scummvm-cvs-logs] scummvm master -> 24c9008d1c27b1a7e42da51010aa1dacdb6df2e9
m-kiewitz
m_kiewitz at users.sourceforge.net
Wed Feb 10 23:57:25 CET 2016
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:
24c9008d1c SHERLOCK: SS: Fix typo in German fixed text
Commit: 24c9008d1c27b1a7e42da51010aa1dacdb6df2e9
https://github.com/scummvm/scummvm/commit/24c9008d1c27b1a7e42da51010aa1dacdb6df2e9
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2016-02-10T23:57:28+01:00
Commit Message:
SHERLOCK: SS: Fix typo in German fixed text
Was like that in the original, we fix it.
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 5c2524e..86a0a66 100644
--- a/engines/sherlock/scalpel/scalpel_fixed_text.cpp
+++ b/engines/sherlock/scalpel/scalpel_fixed_text.cpp
@@ -518,7 +518,7 @@ static const char *const fixedTextDE_ActionMove[] = {
"L\204\341t sich nicht bewegen",
"Festged\201belt in der Erde...",
"Oha, VIEL zu schwer",
- "Der andere Kiste ist im Weg" // [sic]
+ "Die andere Kiste ist im Weg" // original: "Der andere Kiste ist im Weg"
};
static const char *const fixedTextES_ActionMove[] = {
More information about the Scummvm-git-logs
mailing list