Fix the menu title of `F5 Tools ---> Power ---> $VTLANG_POWER_REBOOT_EFIFW`

pull/2111/merge
longpanda 1 year ago
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…
Cancel
Save