Change Button labels in Filesystem Menu
Closes: #127 [via git-merge-pr]
This commit is contained in:
parent
6335173798
commit
5c4f9f87de
@ -413,7 +413,8 @@ menu_filesystems() {
|
|||||||
local dev fstype fssize mntpoint reformat
|
local dev fstype fssize mntpoint reformat
|
||||||
|
|
||||||
while true; do
|
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)
|
${MENUSIZE} $(show_partitions)
|
||||||
[ $? -ne 0 ] && return
|
[ $? -ne 0 ] && return
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user