diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2020-09-21 19:56:35 +0300 |
---|---|---|
committer | Yuri Chornoivan <yurchor@ukr.net> | 2020-09-21 19:56:35 +0300 |
commit | f7d3202e80952b037ecdca0145e73591de6d599f (patch) | |
tree | 72eeb1942a7f17dfcb488b8514f8f6269500e578 /perl-install/any.pm | |
parent | 75812027bb5f80e7854a77914ae5c6545b0549f0 (diff) | |
download | drakx-f7d3202e80952b037ecdca0145e73591de6d599f.tar drakx-f7d3202e80952b037ecdca0145e73591de6d599f.tar.gz drakx-f7d3202e80952b037ecdca0145e73591de6d599f.tar.bz2 drakx-f7d3202e80952b037ecdca0145e73591de6d599f.tar.xz drakx-f7d3202e80952b037ecdca0145e73591de6d599f.zip |
Fix an ambiguous sentence (mga#27293)
Diffstat (limited to 'perl-install/any.pm')
-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 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)"), |