From 5ffbd27c97123bd2522d006bc9c43211e7b11e0f Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Mon, 20 Jan 2003 13:00:46 +0000 Subject: small keyboard name change --- perl-install/keyboard.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/keyboard.pm') diff --git a/perl-install/keyboard.pm b/perl-install/keyboard.pm index 6a337aefe..a1c13f9a4 100644 --- a/perl-install/keyboard.pm +++ b/perl-install/keyboard.pm @@ -251,8 +251,8 @@ arch() =~ /^sparc/ ? ( # TODO: console map "sr" => [ N_("Serbian (cyrillic)"), "sr", "sr", 0 ], # no console kbd that I'm aware of - "tml" => [ N_("Tamil (Unicode)"), "us", "tml", 1 ], - "tscii" => [ N_("Tamil (TSCII)"), "us", "tscii", 1 ], + "tml" => [ N_("Tamil (ISCII-layout)"), "us", "tml", 1 ], + "tscii" => [ N_("Tamil (Typewriter-layout)"), "us", "ta(UNI)", 1 ], "th" => [ N_("Thai keyboard"), "th", "th", 1 ], # TODO: console map "tj" => [ N_("Tajik keyboard"), "ru4", "tj", 1 ], -- cgit v1.2.1