aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2009-10-30 20:25:12 +0000
committerJohannes Schickel2009-10-30 20:25:12 +0000
commitf55da32ca59b0b0c5cc982198b29e8ee01454501 (patch)
tree4991541e174cf16bcf14dd7c3785e1ef60e07147
parent9e78f4693c0e2d270a17d18eba7cdbc1165f88b7 (diff)
downloadscummvm-rg350-f55da32ca59b0b0c5cc982198b29e8ee01454501.tar.gz
scummvm-rg350-f55da32ca59b0b0c5cc982198b29e8ee01454501.tar.bz2
scummvm-rg350-f55da32ca59b0b0c5cc982198b29e8ee01454501.zip
Fix credits.
svn-id: r45545
-rw-r--r--gui/credits.h2
-rwxr-xr-xtools/credits.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/gui/credits.h b/gui/credits.h
index 2990b3c4e2..65c36044fe 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -520,7 +520,7 @@ static const char *credits[] = {
"C0""",
"C0""Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for sharing the source code of some of their games with us.",
"C0""",
-"C0""John Young, Colin Smythe and especially Terry Pratchett himself for sharing the source code of Discworld I & II with us.",
+"C0""John Young, Colin Smythe and especially Terry Pratchett himself for sharing the source code of Discworld I & II with us.",
"C0""",
"",
};
diff --git a/tools/credits.pl b/tools/credits.pl
index 32e798a013..39c7ccb275 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -962,7 +962,7 @@ begin_credits("Credits");
add_paragraph(
"John Young, Colin Smythe and especially Terry Pratchett himself for ".
- "sharing the source code of Discworld I & II with us.");
+ "sharing the source code of Discworld I & II with us.");
end_section();