Skip to content

Commit

Permalink
changes from review
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Apr 13, 2016
1 parent e19a100 commit 8e2ee0d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/lib/bootloader/grub2_widgets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def contents
HBox(
HSpacing(2),
# text entry
Password(Id(:pw1), Opt(:hstretch), _("&Password for GRUB2 user 'root'")),
Password(Id(:pw1), Opt(:hstretch), _("&Password for GRUB2 User 'root'")),
# text entry
HSpacing(2),
Password(Id(:pw2), Opt(:hstretch), _("Re&type Password")),
Expand Down Expand Up @@ -386,9 +386,9 @@ def help
"booting any entry is not restricted but modifying entries requires " \
"the password (which is the way GRUB 1 behaved).<br>" \
"YaST will only accept the password if you repeat it in " \
"<b>Retype Password</b>. Password is specified for user 'root'. YaST2" \
"bootloader currently do not support other users and if needed to use," \
" then it have to be specified manually.</p>"
"<b>Retype Password</b>. The password applies to the GRUB2 user 'root' " \
"which is distinct from the Linux 'root'. YaST currently does not support" \
"other GRUB2 users. If you need them, use a separate GRUB2 script.</p>"
)
end
end
Expand Down Expand Up @@ -718,7 +718,7 @@ class KernelTab < CWM::Tab
def label
textdomain "bootloader"

_("kernel parameters")
_("&Kernel Parameters")
end

def contents
Expand All @@ -743,7 +743,7 @@ def initialize
def label
textdomain "bootloader"

_("boot code options")
_("Boot Co&de Options")
end

def contents
Expand Down Expand Up @@ -802,7 +802,7 @@ class BootloaderTab < CWM::Tab
def label
textdomain "bootloader"

_("Bootloader Options")
_("Boot&loader Options")
end

def contents
Expand Down

0 comments on commit 8e2ee0d

Please sign in to comment.