diff options
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | doc/credits.tex | 2 | ||||
-rw-r--r-- | gui/credits.h | 2 | ||||
-rwxr-xr-x | tools/credits.pl | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -86,7 +86,7 @@ ScummVM Team Nicolas Bacca Kostas Nakos - Playstation 2: + PlayStation 2: Robert Goeffringmann PSP (PlayStation Portable): diff --git a/doc/credits.tex b/doc/credits.tex index 7aaa6c5394..221a0fead3 100644 --- a/doc/credits.tex +++ b/doc/credits.tex @@ -139,7 +139,7 @@ Kostas Nakos & \textit{}\\ \end{tabular} \end{list} -\item \textbf{ Playstation 2} +\item \textbf{ PlayStation 2} \begin{list}{}{\setlength{\leftmargin}{0.2cm}} \item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}} Robert G\"offringmann & \textit{}\\ diff --git a/gui/credits.h b/gui/credits.h index 7d195b5d62..3de3f2536d 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -87,7 +87,7 @@ static const char *credits[] = { "\\C\\c0""Nicolas Bacca", "\\C\\c0""Kostas Nakos", "\\C\\c0""", -"\\C\\c1""Playstation 2", +"\\C\\c1""PlayStation 2", "\\C\\c0""Robert Goeffringmann", "\\C\\c0""", "\\C\\c1""PSP (PlayStation Portable)", diff --git a/tools/credits.pl b/tools/credits.pl index 35e91d2ce8..dfb3c856f0 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -536,7 +536,7 @@ begin_credits("Credits"); add_person("Kostas Nakos", "knakos", ""); end_section(); - begin_section("Playstation 2"); + begin_section("PlayStation 2"); add_person("Robert Göffringmann", "lavosspawn", ""); end_section(); |