Skip to content

Commit

Permalink
more indent popup
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Dec 19, 2016
1 parent a9cefec commit 7877de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/bootloader/grub2_widgets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -491,8 +491,8 @@ def validate
end
if ::Bootloader::SerialConsole.load_from_console_args(console_value).nil?
Yast::Report.Error(
_("To enable serial console you must provide the corresponding arguments. " \
"Minimal requirement is unit parameter. Whole format is " \
_("To enable serial console you must provide the corresponding arguments.\n" \
"Minimal requirement is unit parameter.\nWhole format is " \
"\"serial --speed=<number> --unit=<number> --word=<number> --parity=<odd|even|no> " \
"--stop=<number>\"")
)
Expand Down

0 comments on commit 7877de8

Please sign in to comment.