Change Button labels in Filesystem Menu

Closes: #127 [via git-merge-pr]
This commit is contained in:
Enno Boland 2017-08-19 11:38:30 +02:00 committed by Michael Aldridge
parent 6335173798
commit 5c4f9f87de

View File

@ -413,7 +413,8 @@ menu_filesystems() {
local dev fstype fssize mntpoint reformat local dev fstype fssize mntpoint reformat
while true; do while true; do
DIALOG --title " Select the partition to edit " --menu "$MENULABEL" \ DIALOG --ok-label "Change" --cancel-label "Done" \
--title " Select the partition to edit " --menu "$MENULABEL" \
${MENUSIZE} $(show_partitions) ${MENUSIZE} $(show_partitions)
[ $? -ne 0 ] && return [ $? -ne 0 ] && return