Explorar el Código

Change Button labels in Filesystem Menu

Closes: #127 [via git-merge-pr]
Enno Boland hace 7 años
padre
commit
5c4f9f87de
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      installer.sh.in

+ 2 - 1
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