diff options
author | Johannes Schickel | 2010-07-12 15:50:48 +0000 |
---|---|---|
committer | Johannes Schickel | 2010-07-12 15:50:48 +0000 |
commit | 9644e7fe5f3d152b0f57b18cc5d452094280bdda (patch) | |
tree | d302845003c380c6f9776c54460181a5e5ae5405 | |
parent | ac268edafbcaec0dac36d895c71ae1d71ce615b4 (diff) | |
download | scummvm-rg350-9644e7fe5f3d152b0f57b18cc5d452094280bdda.tar.gz scummvm-rg350-9644e7fe5f3d152b0f57b18cc5d452094280bdda.tar.bz2 scummvm-rg350-9644e7fe5f3d152b0f57b18cc5d452094280bdda.zip |
Properly add Matteo Angelino to our credits for his Italian translation.
svn-id: r50822
-rw-r--r-- | AUTHORS | 3 | ||||
-rw-r--r-- | gui/credits.h | 3 | ||||
-rwxr-xr-x | tools/credits.pl | 3 |
3 files changed, 9 insertions, 0 deletions
@@ -335,6 +335,9 @@ Other contributions Hungarian: Alex Bevilacqua + Italian: + Matteo Angelino + Russian: Eugene Sandulenko diff --git a/gui/credits.h b/gui/credits.h index d8639da438..ae658e1196 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -379,6 +379,9 @@ static const char *credits[] = { "C1""Hungarian", "C0""Alex Bevilacqua", "", +"C1""Italian", +"C0""Matteo Angelino", +"", "C1""Russian", "C0""Eugene Sandulenko", "", diff --git a/tools/credits.pl b/tools/credits.pl index 0a41d34b10..0233a33831 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -872,6 +872,9 @@ begin_credits("Credits"); begin_section("Hungarian"); add_person("Alex Bevilacqua", "", ""); end_section(); + begin_section("Italian"); + add_person("Matteo Angelino", "", ""); + end_section(); begin_section("Russian"); add_person("Eugene Sandulenko", "sev", ""); end_section(); |