capitalize menu entries

This commit is contained in:
Tobias Powalowski 2023-06-24 21:59:51 +02:00
parent e86b5a1caf
commit aa8365935e

View file

@ -48,7 +48,7 @@ _create_lvm_menu() {
fi
_CANCEL=""
#shellcheck disable=SC2086
dialog ${_DEFAULT} --backtitle "${_TITLE}" --menu "Manage physical volume, volume group or logical volume" 13 60 7 \
dialog ${_DEFAULT} --backtitle "${_TITLE}" --menu "Manage Physical Volume, Volume Group Or Logical Volume" 13 60 7 \
"1" "Create Physical Volume" \
"2" "Create Volume Group" \
"3" "Create Logical Volume" \
@ -116,7 +116,7 @@ _create_special() {
fi
_CANCEL=""
#shellcheck disable=SC2086
dialog ${_DEFAULT} --backtitle "${_TITLE}" --menu "Manage Software Raid, LVM2 and LUKS Encryption" 11 60 5 \
dialog ${_DEFAULT} --backtitle "${_TITLE}" --menu "Manage Software Raid, LVM2 And LUKS Encryption" 11 60 5 \
"1" "Manage Software Raid" \
"2" "Manage Logical Volume Manager" \
"3" "Manage LUKS Encryption" \