Kaynağa Gözat

Change Button labels in Filesystem Menu

Closes: #127 [via git-merge-pr]
Enno Boland 7 yıl önce
ebeveyn
işleme
5c4f9f87de
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  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