From ba33b6af5810c916e2bd30677b131906bc0e2589 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 3 Jul 2016 16:48:37 +0200 Subject: make it consitent --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') 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}"; -- cgit v1.2.1