summaryrefslogtreecommitdiff
path: root/check-THANKS.pl
diff options
context:
space:
mode:
authorAndy Hertzfeld <andy@src.gnome.org>2001-03-01 01:16:09 +0000
committerAndy Hertzfeld <andy@src.gnome.org>2001-03-01 01:16:09 +0000
commit322c733117c96afcb3265f0df85286fdf6ea39b3 (patch)
treeef873f88273c0227f9d57a40fb3e1645f55b8cba /check-THANKS.pl
parent46d4a61b73141d5afdb85ddb195976121ee60f4a (diff)
downloadnautilus-322c733117c96afcb3265f0df85286fdf6ea39b3.tar.gz
fixed bug 7138, non-ASCII characters in author's names causes the Japanese
fixed bug 7138, non-ASCII characters in author's names causes the Japanese version to crash. Fixed by removing the accented 'i' from Pavel's name * src/nautilus-window-menus.c: (help_menu_about_nautilus_callback): replaced the accented 'i' in Pavel's name with a plain one * check-THANKS.pl: fixed mapping in check-THANKS.pl as requested by Darin * AUTHORS: removed from AUTHORS, too, for consistency
Diffstat (limited to 'check-THANKS.pl')
-rwxr-xr-xcheck-THANKS.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/check-THANKS.pl b/check-THANKS.pl
index 500048536..e8e02781d 100755
--- a/check-THANKS.pl
+++ b/check-THANKS.pl
@@ -38,8 +38,8 @@ my %name_map = ("Darin as Andy" => "Darin Adler",
"Michael K. Fleming" => "Mike Fleming",
"Rebecka Schulman" => "Rebecca Schulman",
"Michael Engber" => "Mike Engber",
- "Pavel Cisler" => "Pavel Císler",
- "Pavel" => "Pavel Císler",
+ "Pavel Císler" => "Pavel Cisler",
+ "Pavel" => "Pavel Cisler",
"Eskil Olsen" => "Eskil Heyn Olsen",
"Szabolcs BAN" => "Szabolcs Ban",
"arik devens" => "Arik Devens",