aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();