aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2009-01-10 23:13:43 +0000
committerEugene Sandulenko2009-01-10 23:13:43 +0000
commitb4eb116f65112336250644621d778f7db0f99c12 (patch)
tree14f2b2f3c93b697f977c445abd88053cc999d2a3
parent3707e03d94f1e0041061064f86a5e68143d359af (diff)
downloadscummvm-rg350-b4eb116f65112336250644621d778f7db0f99c12.tar.gz
scummvm-rg350-b4eb116f65112336250644621d778f7db0f99c12.tar.bz2
scummvm-rg350-b4eb116f65112336250644621d778f7db0f99c12.zip
Update Joachim's role as requested by him.
svn-id: r35809
-rw-r--r--AUTHORS2
-rw-r--r--gui/credits.h2
-rwxr-xr-xtools/credits.pl2
3 files changed, 3 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index 2a036bff09..068221b372 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -190,7 +190,7 @@ ScummVM Team
Documentation
-------------
- Joachim Eberhard - Documentation manager
+ Joachim Eberhard - Numerous contributions to documentation
Matthew Hoops - Wiki editor
Retired Team Members
diff --git a/gui/credits.h b/gui/credits.h
index 9730da028f..29ec3ebc0f 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -199,7 +199,7 @@ static const char *credits[] = {
"",
"C1""Documentation",
"C0""Joachim Eberhard",
-"C2""Documentation manager",
+"C2""Numerous contributions to documentation",
"C0""Matthew Hoops",
"C2""Wiki editor",
"",
diff --git a/tools/credits.pl b/tools/credits.pl
index 5c22e2186b..18bc8d063a 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -683,7 +683,7 @@ begin_credits("Credits");
begin_section("Documentation");
begin_persons();
- add_person("Joachim Eberhard", "joachimeberhard", "Documentation manager");
+ add_person("Joachim Eberhard", "joachimeberhard", "Numerous contributions to documentation");
add_person("Matthew Hoops", "clone2727", "Wiki editor");
end_persons();
end_section();