diff options
-rw-r--r-- | devtools/create_supernova/gametext.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devtools/create_supernova/gametext.h b/devtools/create_supernova/gametext.h index b0c1ef6560..e1c7bde876 100644 --- a/devtools/create_supernova/gametext.h +++ b/devtools/create_supernova/gametext.h @@ -98,9 +98,9 @@ const char *gameText[] = { // 50 "Leiter", // kStringLadder "Ausgang", // kStringExit - "Sie f\204hrt ins Cockpit.", // kStringCockpitHatchDescription - "Sie f\204hrt zur K\201che.", // kStringKitchenHatchDescription - "Sie f\204hrt zu den Tiefschlafkammern.", // kStringStasisHatchDescription + "Sie f\201hrt ins Cockpit.", // kStringCockpitHatchDescription + "Sie f\201hrt zur K\201che.", // kStringKitchenHatchDescription + "Sie f\201hrt zu den Tiefschlafkammern.", // kStringStasisHatchDescription // 55 "Dies ist eine der Tiefschlafkammern.", // kStringStasisHatchDescription2 "Schlitz", // kStringSlot |