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 | |
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
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | gui/credits.h | 2 | ||||
-rwxr-xr-x | tools/credits.pl | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -330,7 +330,7 @@ Other contributions Lothar Serra Mari Hungarian: - Eugene Sandulenko + Alex Bevilacqua Russian: Eugene Sandulenko diff --git a/gui/credits.h b/gui/credits.h index 32709f7530..d5607f621e 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -374,7 +374,7 @@ static const char *credits[] = { "C0""Lothar Serra Mari", "", "C1""Hungarian", -"C0""Eugene Sandulenko", +"C0""Alex Bevilacqua", "", "C1""Russian", "C0""Eugene Sandulenko", 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", ""); |