diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 9ffac9448..85d454f88 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -392,7 +392,7 @@ sub setupBootloader__general { my (@boot_devices, %boot_devices); if (is_uefi()) { @boot_devices = 'ESP'; - %boot_devices = (ESP => N("EFI System partition")); + %boot_devices = (ESP => N("EFI System Partition")); } else { foreach (bootloader::allowed_boot_parts($b, $all_hds)) { my $dev = "/dev/$_->{device}"; |