From 5c4f9f87deef492aa711c85a01b69a7827b18660 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sat, 19 Aug 2017 11:38:30 +0200 Subject: [PATCH] Change Button labels in Filesystem Menu Closes: #127 [via git-merge-pr] --- installer.sh.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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