aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Kiewitz2015-06-29 20:36:08 +0200
committerMartin Kiewitz2015-06-29 20:36:08 +0200
commit29a53493acb7c9da9b7e4bf887d9d46328b4ff89 (patch)
tree1e8811e151fef1a89ba8f88ced8d68b774b18cec
parent14a852d1a3b2189db59bbbc9b60b4b0097a82e23 (diff)
downloadscummvm-rg350-29a53493acb7c9da9b7e4bf887d9d46328b4ff89.tar.gz
scummvm-rg350-29a53493acb7c9da9b7e4bf887d9d46328b4ff89.tar.bz2
scummvm-rg350-29a53493acb7c9da9b7e4bf887d9d46328b4ff89.zip
SHERLOCK: SS: add missing commas to fixed text
some commas were missing, added them thanks to eriktorbjorn
-rw-r--r--engines/sherlock/scalpel/scalpel_fixed_text.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/sherlock/scalpel/scalpel_fixed_text.cpp b/engines/sherlock/scalpel/scalpel_fixed_text.cpp
index dc15578b1d..c81896c913 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"
};