mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-05-28 14:04:33 -04:00
Fix the menu title of F5 Tools ---> Power ---> $VTLANG_POWER_REBOOT_EFIFW
This commit is contained in:
parent
377cd9e468
commit
8923d4b8f1
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ submenu "$VTLANG_POWER" --class=debug_power --class=F5tool {
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ "$grub_platform" != "pc" ]; then
|
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'
|
echo -e '\n\nRebooting to enter UEFI firmware setup ... \n'
|
||||||
sleep 1
|
sleep 1
|
||||||
fwsetup
|
fwsetup
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue