mirror of https://github.com/ventoy/Ventoy.git
Fix the menu title of `F5 Tools ---> Power ---> $VTLANG_POWER_REBOOT_EFIFW`
This commit is contained in:
parent
377cd9e468
commit
8923d4b8f1
|
@ -12,7 +12,7 @@ submenu "$VTLANG_POWER" --class=debug_power --class=F5tool {
|
|||
}
|
||||
|
||||
if [ "$grub_platform" != "pc" ]; then
|
||||
menuentry '$VTLANG_POWER_BOOT_EFIFW' --class=debug_efisetup --class=debug_power --class=F5tool {
|
||||
menuentry "$VTLANG_POWER_BOOT_EFIFW" --class=debug_efisetup --class=debug_power --class=F5tool {
|
||||
echo -e '\n\nRebooting to enter UEFI firmware setup ... \n'
|
||||
sleep 1
|
||||
fwsetup
|
||||
|
|
Loading…
Reference in New Issue