Commit 47d9b05b authored by Michael Shigorin's avatar Michael Shigorin Committed by Anton Midyukov

grub: fix typo in menu entry

Just a cosmetic fixup (until not paired up with translations): "2nd" means "second", "1st" meant "first".
parent a6d9ea8b
......@@ -8,7 +8,7 @@ if [ "$grub_platform" = "pc" ]; then
set root="$oldroot"
}
menuentry $"Boot from 2st hard/flash drive" {
menuentry $"Boot from 2nd hard/flash drive" {
insmod part_msdos
insmod chain
set oldroot="$root"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment