gui-init: rename Advanced Settings to Settings

Since there are no other settings to choose from, there don't have to
be "advanced" ones.
This commit is contained in:
Martin Kepplinger 2019-05-25 10:22:59 +02:00
parent 0dc8d9f82e
commit e203de9669

View File

@ -174,7 +174,7 @@ while true; do
whiptail $MAIN_MENU_BG_COLOR --clear --title "$CONFIG_BOOT_GUI_MENU_NAME" \ whiptail $MAIN_MENU_BG_COLOR --clear --title "$CONFIG_BOOT_GUI_MENU_NAME" \
--menu "$date\nTOTP: $TOTP | HOTP: $HOTP" 20 90 10 \ --menu "$date\nTOTP: $TOTP | HOTP: $HOTP" 20 90 10 \
'y' ' Default boot' \ 'y' ' Default boot' \
'a' ' Advanced Settings -->' \ 'a' ' Settings -->' \
'P' ' Power Off' \ 'P' ' Power Off' \
2>/tmp/whiptail || recovery "GUI menu failed" 2>/tmp/whiptail || recovery "GUI menu failed"
@ -182,8 +182,8 @@ while true; do
fi fi
if [ "$totp_confirm" = "a" ]; then if [ "$totp_confirm" = "a" ]; then
whiptail --clear --title "Advanced Settings" \ whiptail --clear --title "Settings" \
--menu "Configure Advanced Settings" 20 90 10 \ --menu "Configure Settings" 20 90 10 \
'o' ' Other Boot Options -->' \ 'o' ' Other Boot Options -->' \
't' ' TPM/TOTP/HOTP Options -->' \ 't' ' TPM/TOTP/HOTP Options -->' \
's' ' Update checksums and sign all files in /boot' \ 's' ' Update checksums and sign all files in /boot' \