[Scummvm-git-logs] scummvm master -> 148cd5f28d29ba96e8b18b9283b20cc68fa450e2

criezy criezy at scummvm.org
Mon Aug 31 17:06:01 UTC 2020


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:
148cd5f28d SUPERNOVA: Fix typo in German string


Commit: 148cd5f28d29ba96e8b18b9283b20cc68fa450e2
    https://github.com/scummvm/scummvm/commit/148cd5f28d29ba96e8b18b9283b20cc68fa450e2
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2020-08-31T18:05:24+01:00

Commit Message:
SUPERNOVA: Fix typo in German string

This also bug #11648 about the string not being translated to
English (as the translation is mapped to the correct German
string). I have also checked that the original game as the
correct string, so the typo was specific to ScummVM.

Changed paths:
    devtools/create_supernova/gametext.h
    dists/engine-data/supernova.dat


diff --git a/devtools/create_supernova/gametext.h b/devtools/create_supernova/gametext.h
index 84529b192b..0d2ed0b8f7 100644
--- a/devtools/create_supernova/gametext.h
+++ b/devtools/create_supernova/gametext.h
@@ -103,7 +103,7 @@ const char *gameText1[] = {
 	"Das mu\341t du erst nehmen.",              // kStringTakeMessage
 	// 55
 	"Keycard",                               // kStringKeycard
-	"Die Keycard f\224r deine Schr\204nke.", // kStringKeycardDescription
+	"Die Keycard f\201r deine Schr\204nke.", // kStringKeycardDescription
 	"Taschenmesser",                         // kStringKnife
 	"Es ist nicht mehr das sch\204rfste.",   // kStringKnifeDescription
 	"Armbanduhr",                            // kStringWatch
diff --git a/dists/engine-data/supernova.dat b/dists/engine-data/supernova.dat
index 974da2ef8d..2fae239ca2 100644
Binary files a/dists/engine-data/supernova.dat and b/dists/engine-data/supernova.dat differ




More information about the Scummvm-git-logs mailing list