diff options
-rw-r--r-- | perl-install/keyboard.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/keyboard.pm b/perl-install/keyboard.pm index 6ece6b7c0..0bbafc178 100644 --- a/perl-install/keyboard.pm +++ b/perl-install/keyboard.pm @@ -154,7 +154,7 @@ arch() eq "ppc" ? ( "ru" => [ __("Russian"), "ru4", "ru(winkeys)" ], "ru_yawerty" => [ __("Russian (Yawerty)"),"ru-yawerty","ru_yawerty" ], "se" => [ __("Swedish"), "se-latin1", "se" ], - "si" => [ __("Slovenian"), "slovene", "si" ], + "si" => [ __("Slovenian"), "slovene", "sl" ], "sk" => [ __("Slovakian"), "sk-qwertz", "czsk(sk_us_qwertz)" ], "th" => [ __("Thai keyboard"), "th", "th" ], "tr_f" => [ __("Turkish (traditional \"F\" model)"), "trf", "tr_f" ], |