diff --git a/installer.sh.in b/installer.sh.in index 2458378..7132ebf 100644 --- a/installer.sh.in +++ b/installer.sh.in @@ -413,7 +413,8 @@ menu_filesystems() { local dev fstype fssize mntpoint reformat 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) [ $? -ne 0 ] && return