Fix minor [Press ACTION to save your game] overflow in German

Turns out the string I fixed in the previous commit was also never
noticed in German. For that one, I simply used the wording that was
used in the old hardcoded-ACTION string (with my German knowledge,
I'm confident that's still correct).
This commit is contained in:
Dav999 2023-12-23 17:39:39 +01:00 committed by Misa Elizabeth Kai
parent 1dc7ed4d65
commit a97ba5e768
1 changed files with 1 additions and 1 deletions

View File

@ -478,7 +478,7 @@
<string english="ERROR: Could not save settings file!" translation="FEHLER: Konnte die eingestellten Optionen nicht speichern!" explanation="" max="38*2"/>
<string english="Game saved ok!" translation="Spiel gespeichert!" explanation="in-game menu" max="38*2"/>
<string english="[Press ACTION to save your game]" translation="[Speichere mit HANDLUNG das Spiel]" explanation="***OUTDATED***" max="40"/>
<string english="[Press {button} to save your game]" translation="[Drücke {button}, um das Spiel zu speichern]" explanation="in-game menu. Expect `ACTION`" max="40"/>
<string english="[Press {button} to save your game]" translation="[Speichere mit {button} das Spiel]" explanation="in-game menu. Expect `ACTION`" max="40"/>
<string english="(Note: The game is autosaved at every teleporter.)" translation="(Hinweis: Das Spiel wird bei jedem Teleporter automatisch gespeichert)." explanation="in-game menu" max="38*3"/>
<string english="Last Save:" translation="Letzter Spielstand:" explanation="in-game menu" max="40"/>
<string english="Return to main menu?" translation="Zurück zum Hauptmenü?" explanation="in-game menu" max="38*4"/>