add menu titles

This commit is contained in:
Tobias Powalowski 2023-07-15 11:33:43 +02:00
parent d6e3d3336d
commit a8c311aed8

View file

@ -205,7 +205,7 @@ _prepare_storagedrive() {
fi
_CANCEL=""
#shellcheck disable=SC2086
_dialog --no-cancel ${_DEFAULT} --menu "Prepare Storage Device" 12 60 5 \
_dialog --title " Prepare Storage Device " --no-cancel ${_DEFAULT} --menu "" 11 60 5 \
"1" "Quick Setup (erases the ENTIRE storage device)" \
"2" "Partition Storage Device" \
"3" "Manage Software Raid, LVM2 And LUKS Encryption" \