diff options
author | Max Horn | 2006-03-24 17:40:34 +0000 |
---|---|---|
committer | Max Horn | 2006-03-24 17:40:34 +0000 |
commit | f433bdb566111af3d6570a5bff1e4c381f10e1d0 (patch) | |
tree | f1c329baade3258d3d4d00c696d21c00b30d3496 /tools | |
parent | 4420e7b98a43c92bb2b01ecce72d86e228e8948e (diff) | |
download | scummvm-rg350-f433bdb566111af3d6570a5bff1e4c381f10e1d0.tar.gz scummvm-rg350-f433bdb566111af3d6570a5bff1e4c381f10e1d0.tar.bz2 scummvm-rg350-f433bdb566111af3d6570a5bff1e4c381f10e1d0.zip |
Removed obsolete test stuff from my credits description :-)
svn-id: r21435
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/credits.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/credits.pl b/tools/credits.pl index 4e3e2324d1..4d0b544f88 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -435,7 +435,7 @@ begin_credits("Credits"); begin_section("Project Leaders"); begin_persons(); add_person('James Brown', 'ender', ""); - add_person('Max Horn', 'Fingolfin', "This is a long desc. A really, really long long description. No I really mean *long* like in 'very long'!"); + add_person('Max Horn', 'Fingolfin', ""); end_persons(); end_section(); |