diff options
-rw-r--r-- | AUTHORS | 3 | ||||
-rwxr-xr-x | devtools/credits.pl | 3 | ||||
-rw-r--r-- | gui/credits.h | 3 |
3 files changed, 9 insertions, 0 deletions
@@ -420,6 +420,9 @@ Other contributions Danish: Steffen Nyeland + Finnish: + Toni Saarela + French: Thierry Crozat diff --git a/devtools/credits.pl b/devtools/credits.pl index e04e35d3be..f5fc9d64eb 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -949,6 +949,9 @@ begin_credits("Credits"); begin_section("Danish"); add_person("Steffen Nyeland", "", ""); end_section(); + begin_section("Finnish"); + add_person("Toni Saarela", "catnose", ""); + end_section(); begin_section("French"); add_person("Thierry Crozat", "criezy", ""); end_section(); diff --git a/gui/credits.h b/gui/credits.h index 37c5a7bd95..8a90f88429 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -484,6 +484,9 @@ static const char *credits[] = { "C1""Danish", "C0""Steffen Nyeland", "", +"C1""Finnish", +"C0""Toni Saarela", +"", "C1""French", "C0""Thierry Crozat", "", |