diff options
Diffstat (limited to 'perl-install/keyboard.pm')
-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 81f4fc9db..728d25a2d 100644 --- a/perl-install/keyboard.pm +++ b/perl-install/keyboard.pm @@ -99,7 +99,7 @@ arch() =~ /^sparc/ ? ( "us" => [ __("US keyboard"), "sunkeymap", "us" ], ) : (), arch() =~ /^ppc/ ? ( - "us" => [ __("US Keyboard"), "mac-us-ext", "us" ], + "us" => [ __("US keyboard"), "mac-us-ext", "us" ], ) : ( "am" => [ __("Armenian"), "am-armscii8", "am" ], "be" => [ __("Belgian"), "be-latin1", "be" ], |