[Scummvm-cvs-logs] scummvm master -> e3afaddea3769b60f85a9da5549e6b5f98d0104c

m-kiewitz m_kiewitz at users.sourceforge.net
Sun Jun 14 17:56:39 CEST 2015


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:
e3afaddea3 SHERLOCK: fixed text German adjustment


Commit: e3afaddea3769b60f85a9da5549e6b5f98d0104c
    https://github.com/scummvm/scummvm/commit/e3afaddea3769b60f85a9da5549e6b5f98d0104c
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2015-06-14T17:55:57+02:00

Commit Message:
SHERLOCK: fixed text German adjustment

2 lines were duplicated, fixed it

Changed paths:
    engines/sherlock/fixed_text.cpp



diff --git a/engines/sherlock/fixed_text.cpp b/engines/sherlock/fixed_text.cpp
index 2d6c963..7594fc8 100644
--- a/engines/sherlock/fixed_text.cpp
+++ b/engines/sherlock/fixed_text.cpp
@@ -206,9 +206,11 @@ static const Common::String fixedTextDE_ActionPick[] = {
 	"Nichts Interessantes da",
 	"Zu gut befestigt",
 	"Ist ja wohl ein bi\341chen zu gro\341, oder ?",
+	"Oha, VIEL zu schwer",
 	"Ich denke, Du stehst mehr auf M\204dchen ?",
 	"Diese Blumen geh\224ren Penny",
 	"Sie ist doch viel zu jung f\201r Dich!",
+	"Ich denke, Du stehst mehr auf M\204dchen ?",
 	"Staatseigentum - Nur für den Dienstgebrauch !"
 };
 






More information about the Scummvm-git-logs mailing list