[Scummvm-git-logs] scummvm master -> 49d2dd5bfb786e06f032e9526ac1ed91000748c7

dreammaster dreammaster at scummvm.org
Thu Sep 14 03:53:48 CEST 2017


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:
49d2dd5bfb DEVTOOLS: Fix escape sequence in create_titanic


Commit: 49d2dd5bfb786e06f032e9526ac1ed91000748c7
    https://github.com/scummvm/scummvm/commit/49d2dd5bfb786e06f032e9526ac1ed91000748c7
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-09-13T21:53:39-04:00

Commit Message:
DEVTOOLS: Fix escape sequence in create_titanic

Changed paths:
    devtools/create_titanic/create_titanic_dat.cpp


diff --git a/devtools/create_titanic/create_titanic_dat.cpp b/devtools/create_titanic/create_titanic_dat.cpp
index b9d21d7..2f6d675 100644
--- a/devtools/create_titanic/create_titanic_dat.cpp
+++ b/devtools/create_titanic/create_titanic_dat.cpp
@@ -941,7 +941,7 @@ static const char *const STRINGS_DE[197] = {
 	"Speichern Sie das Spiel.",
 	"Leer",
 	"Beenden Sie das Spiel.",
-	"Sind Sie sicher, da\xDF"" Sie das Spiel verlassen m\XF6""chten?",
+	"Sind Sie sicher, da\xDF"" Sie das Spiel verlassen m\xF6""chten?",
 	"\xC4""ndern der Lautst\xE4""rkeeinstellungen",
 	"Grundlautst\xE4""rke",
 	"Musiklautst\xE4""rke",





More information about the Scummvm-git-logs mailing list