소스 검색

Change Button labels in Filesystem Menu

Closes: #127 [via git-merge-pr]
Enno Boland 7 년 전
부모
커밋
5c4f9f87de
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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