[Scummvm-cvs-logs] scummvm master -> 29a53493acb7c9da9b7e4bf887d9d46328b4ff89
m-kiewitz
m_kiewitz at users.sourceforge.net
Mon Jun 29 20:36:46 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:
29a53493ac SHERLOCK: SS: add missing commas to fixed text
Commit: 29a53493acb7c9da9b7e4bf887d9d46328b4ff89
https://github.com/scummvm/scummvm/commit/29a53493acb7c9da9b7e4bf887d9d46328b4ff89
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2015-06-29T20:36:08+02:00
Commit Message:
SHERLOCK: SS: add missing commas to fixed text
some commas were missing, added them
thanks to eriktorbjorn
Changed paths:
engines/sherlock/scalpel/scalpel_fixed_text.cpp
diff --git a/engines/sherlock/scalpel/scalpel_fixed_text.cpp b/engines/sherlock/scalpel/scalpel_fixed_text.cpp
index dc15578..c81896c 100644
--- a/engines/sherlock/scalpel/scalpel_fixed_text.cpp
+++ b/engines/sherlock/scalpel/scalpel_fixed_text.cpp
@@ -274,7 +274,7 @@ static const char *const fixedTextES_ActionPick[] = {
"Pesa demasiado",
"Creo que una chica sera mas tu tipo",
"Esas flores pertenecen a Penny",
- "\255Es demasiado joven para ti!"
+ "\255Es demasiado joven para ti!",
"\255Creo que una chica sera mas tu tipo!",
"Propiedad del gobierno para uso oficial"
};
@@ -283,7 +283,7 @@ static const char *const fixedTextEN_ActionUse[] = {
"You can't do that",
"It had no effect",
"You can't reach it",
- "OK, the door looks bigger! Happy?"
+ "OK, the door looks bigger! Happy?",
"Doors don't smoke"
};
@@ -291,7 +291,7 @@ static const char *const fixedTextDE_ActionUse[] = {
"Nein, das geht wirklich nicht",
"Tja keinerlei Wirkung",
"Da kommst du nicht dran",
- "Na gut, die Tür sieht jetzt gr\224\341er aus. Zufrieden?"
+ "Na gut, die Tür sieht jetzt gr\224\341er aus. Zufrieden?",
"Türen sind Nichtraucher!"
};
@@ -299,7 +299,7 @@ static const char *const fixedTextES_ActionUse[] = {
"No puedes hacerlo",
"No tuvo ningun efecto",
"No puedes alcanzarlo",
- "Bien, \255es enorme! \250Feliz?"
+ "Bien, \255es enorme! \250Feliz?",
"Las puertas no fuman"
};
More information about the Scummvm-git-logs
mailing list