aboutsummaryrefslogtreecommitdiff
path: root/tools/credits.pl
diff options
context:
space:
mode:
authorJohannes Schickel2010-07-12 15:50:23 +0000
committerJohannes Schickel2010-07-12 15:50:23 +0000
commitac268edafbcaec0dac36d895c71ae1d71ce615b4 (patch)
treeb625944164246a6cb9daa0951a10420afec49695 /tools/credits.pl
parent8fa759adb3c9bcb3e8948b31d2deaabd9295dff6 (diff)
downloadscummvm-rg350-ac268edafbcaec0dac36d895c71ae1d71ce615b4.tar.gz
scummvm-rg350-ac268edafbcaec0dac36d895c71ae1d71ce615b4.tar.bz2
scummvm-rg350-ac268edafbcaec0dac36d895c71ae1d71ce615b4.zip
Consistently use "MT-32" as short name of the Roland MT-32 in our GUI and credits files.
svn-id: r50821
Diffstat (limited to 'tools/credits.pl')
-rwxr-xr-xtools/credits.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/credits.pl b/tools/credits.pl
index 6109969834..0a41d34b10 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -944,7 +944,7 @@ begin_credits("Credits");
add_person("Ravi I.", "", "SCI0 sound resource specification");
add_person("Ruediger Hanke", "", "Port to the MorphOS platform");
add_person("Rune Orsval", "", "Configuration file editor");
- add_person("Rickard Lind", "", "MT32->GM MIDI mapping magic, sound research");
+ add_person("Rickard Lind", "", "MT-32->GM MIDI mapping magic, sound research");
add_person("Rink Springer", "", "Port to the DOS platform, several bug fixes");
add_person("Robey Pointer", "", "Bug tracking system hosting");
add_person("Sergey Lapin", "", "Port of Carl's type 2 decompression code");
@@ -955,8 +955,8 @@ begin_credits("Credits");
add_person("Sean Terrell", "", "");
end_persons();
add_paragraph("Special thanks to Prof. Dr. Gary Nutt ".
- "for allowing the FreeSCI VM extension as a ".
- "course project in his Advanced OS course.");
+ "for allowing the FreeSCI VM extension as a ".
+ "course project in his Advanced OS course.");
add_paragraph("Special thanks to Bob Heitman and Corey Cole for their support of FreeSCI.");
end_section();