diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2003-01-20 13:00:46 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2003-01-20 13:00:46 +0000 |
commit | 5ffbd27c97123bd2522d006bc9c43211e7b11e0f (patch) | |
tree | 2c18d469bbb39a476479929557d87d05e0d3e2aa /perl-install | |
parent | 572e29c0155648cac271df1e3bbd87c7efddcad7 (diff) | |
download | drakx-5ffbd27c97123bd2522d006bc9c43211e7b11e0f.tar drakx-5ffbd27c97123bd2522d006bc9c43211e7b11e0f.tar.gz drakx-5ffbd27c97123bd2522d006bc9c43211e7b11e0f.tar.bz2 drakx-5ffbd27c97123bd2522d006bc9c43211e7b11e0f.tar.xz drakx-5ffbd27c97123bd2522d006bc9c43211e7b11e0f.zip |
small keyboard name change
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/keyboard.pm | 4 |
1 files changed, 2 insertions, 2 deletions
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 ], |