aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS6
-rw-r--r--doc/credits.tex7
-rw-r--r--gui/credits.h4
-rwxr-xr-xtools/credits.pl6
4 files changed, 17 insertions, 6 deletions
diff --git a/AUTHORS b/AUTHORS
index f960b4b847..89aa0592db 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -86,7 +86,7 @@ ScummVM Team
Nicolas Bacca
Kostas Nakos
- PlayStation 2:
+ Playstation 2:
Robert Goeffringmann
PSP (PlayStation Portable):
@@ -117,7 +117,9 @@ ScummVM Team
Documentation
-------------
- Joachim Eberhard
+ Documentation Manager:
+ Joachim Eberhard
+
Retired Team Members
--------------------
Tore Anderson - Former Debian GNU/Linux maintainer
diff --git a/doc/credits.tex b/doc/credits.tex
index 221a0fead3..4928225f9e 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{}\\
@@ -190,7 +190,12 @@ All active team members
\end{list}
\item \textbf{\large Documentation}
\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
+\item \textbf{ Documentation Manager}
+\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
+\item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}
Joachim Eberhard & \textit{}\\
+ \end{tabular}
+\end{list}
\end{list}
\item \textbf{\large Retired Team Members}
\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
diff --git a/gui/credits.h b/gui/credits.h
index 3de3f2536d..aea584b3fb 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)",
@@ -121,8 +121,10 @@ static const char *credits[] = {
"\\C\\c0""",
"\\C\\c0""",
"\\C\\c1""Documentation",
+"\\C\\c1""Documentation Manager",
"\\C\\c0""Joachim Eberhard",
"\\C\\c0""",
+"\\C\\c0""",
"\\C\\c1""Retired Team Members",
"\\C\\c0""Tore Anderson",
"\\C\\c2""Former Debian GNU/Linux maintainer",
diff --git a/tools/credits.pl b/tools/credits.pl
index dfb3c856f0..25e4e598ee 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();
@@ -572,7 +572,9 @@ begin_credits("Credits");
end_section();
begin_section("Documentation");
- add_person("Joachim Eberhard", "joachimeberhard", "");
+ begin_section("Documentation Manager");
+ add_person("Joachim Eberhard", "joachimeberhard", "");
+ end_section();
end_section();
begin_section("Retired Team Members");