diff options
author | Paul Gilbert | 2017-06-16 21:09:42 -0400 |
---|---|---|
committer | Paul Gilbert | 2017-06-16 21:09:42 -0400 |
commit | 0189243cc996930af613eff03f1640c93609319f (patch) | |
tree | fa96cf8e9640a59df0a396f44a209099be7d0c02 | |
parent | 47ccae54af1026854c9bcbbce4710ad5571bbbd8 (diff) | |
download | scummvm-rg350-0189243cc996930af613eff03f1640c93609319f.tar.gz scummvm-rg350-0189243cc996930af613eff03f1640c93609319f.tar.bz2 scummvm-rg350-0189243cc996930af613eff03f1640c93609319f.zip |
DEVTOOLS: Fix incorrect German text in create_titanic
-rw-r--r-- | devtools/create_titanic/create_titanic_dat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/create_titanic/create_titanic_dat.cpp b/devtools/create_titanic/create_titanic_dat.cpp index d7b83a3df8..3284d58484 100644 --- a/devtools/create_titanic/create_titanic_dat.cpp +++ b/devtools/create_titanic/create_titanic_dat.cpp @@ -117,7 +117,7 @@ static const char *const ITEM_DESCRIPTIONS[46] = { "A photograph" }; static const char *const ITEM_DESCRIPTIONS_DE[46] = { - "Der linke Arm des OberkellnerBots im Besitz eines Schl\xFC""nssel\x73 ", + "Der linke Arm des OberkellnerBots im Besitz eines Schl\xFC""ssels ", "Der linke Arm des OberkellnerBots", "Der rechte Arm des OberkellnerBots, im Besitz von Titanias Geh\xF6""rmodul", "Der rechte Arm des OberkellnerBots", |