diff options
author | Thierry Crozat | 2010-06-24 22:56:32 +0000 |
---|---|---|
committer | Thierry Crozat | 2010-06-24 22:56:32 +0000 |
commit | dfd8ecc55c143963612467e599f57b96cfc5b62f (patch) | |
tree | a54bc83fa7f585ab895dc84a57aff9e77afd1cf0 /tools | |
parent | 1e29dc3641919ecca4589ba40df7789e6758c037 (diff) | |
download | scummvm-rg350-dfd8ecc55c143963612467e599f57b96cfc5b62f.tar.gz scummvm-rg350-dfd8ecc55c143963612467e599f57b96cfc5b62f.tar.bz2 scummvm-rg350-dfd8ecc55c143963612467e599f57b96cfc5b62f.zip |
Gives proper credits for the Hungarian translation. Also remembered to update the website credits this time (it was also missing the Android credits by the way).
svn-id: r50251
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 208602911e..49b526c66b 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -867,7 +867,7 @@ begin_credits("Credits"); add_person("Lothar Serra Mari", "Lothar93", ""); end_section(); begin_section("Hungarian"); - add_person("Eugene Sandulenko", "sev", ""); + add_person("Alex Bevilacqua", "", ""); end_section(); begin_section("Russian"); add_person("Eugene Sandulenko", "sev", ""); |