From f7d3202e80952b037ecdca0145e73591de6d599f Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Mon, 21 Sep 2020 19:56:35 +0300 Subject: Fix an ambiguous sentence (mga#27293) --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index 935943f0d..007d578d1 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -738,7 +738,7 @@ sub setupBootloader__grub2 { }, }, { text => N("Probe Foreign OS"), val => \$os_prober, type => 'bool', - help => N("If grub2 takes too long to install, you can use this option to skip detecting other OSes and make it fast"), + help => N("Uncheck this to prevent grub2 to scan for other installed OS on the system. Also, if grub2 takes too long time to install/update itself, uncheck this option to skip detecting other OSes and make it faster. Be aware of doing this will prevent you to boot other OS from grub2 menus."), }, if_(is_uefi(), { text => N("Install in /EFI/BOOT (removable device or workaround for some BIOSs)"), -- cgit v1.2.1