From 431fcf90124c195e96c9d1226735f648ab43a6ab Mon Sep 17 00:00:00 2001 From: Josef Reidinger Date: Thu, 28 Feb 2019 14:56:30 +0100 Subject: [PATCH] rephrase empty sections box help --- src/lib/bootloader/grub2_widgets.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/bootloader/grub2_widgets.rb b/src/lib/bootloader/grub2_widgets.rb index 0d239aa4f..aaa17d28a 100644 --- a/src/lib/bootloader/grub2_widgets.rb +++ b/src/lib/bootloader/grub2_widgets.rb @@ -674,8 +674,8 @@ def label def help _( "

Default Boot Section selects the default section for booting.\n" \ - " If YaST2 does not know yet naming of sections, it will be empty and default \n" \ - "is let on grub2 itself.

" \ + " If sections are not generated yet ( e.g. during installation) \n" + "then box is empty and default is picked by grub2 itself." ) end