aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Crozat2012-12-01 18:03:40 +0000
committerThierry Crozat2012-12-01 18:03:40 +0000
commitde9d715206400983efb25199d2aade75fc2954dc (patch)
tree35d99ea1d0c4b9fadfc9f8e218314f92836f9a27
parenta5f0ef14a6edaadc1a04addd0fac1059686cb7cb (diff)
downloadscummvm-rg350-de9d715206400983efb25199d2aade75fc2954dc.tar.gz
scummvm-rg350-de9d715206400983efb25199d2aade75fc2954dc.tar.bz2
scummvm-rg350-de9d715206400983efb25199d2aade75fc2954dc.zip
CREDITS: Adding catnose in credits for Finnish translation
-rw-r--r--AUTHORS3
-rwxr-xr-xdevtools/credits.pl3
-rw-r--r--gui/credits.h3
3 files changed, 9 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 2ae50159c3..9e0c399642 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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",
"",