summaryrefslogtreecommitdiffstats
path: root/perl-install/keyboard.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/keyboard.pm')
-rw-r--r--perl-install/keyboard.pm4
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 ],