Skip to content

Commit

Permalink
lunar-install: fixes #6 - sane button labels for mount point dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratler committed Aug 19, 2014
1 parent e2bbb28 commit ce29af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lunar-install/sbin/lunar-install
Expand Up @@ -343,7 +343,7 @@ menu_get_partition()
local TITLE HELP PART
TITLE="Partition Selection Menu"
HELP="Please select a partition"
PART=$($DIALOG --title "$TITLE" --cancel-label "Exit" --menu "$HELP" 0 0 0 `menu_list_targets` "New" "Add an unlisted device to this list...")
PART=$($DIALOG --title "$TITLE" --ok-label "Edit" --cancel-label "Done" --menu "$HELP" 0 0 0 `menu_list_targets` "New" "Add an unlisted device to this list...")
if [ $? != 0 ]; then
return 1
fi
Expand Down

0 comments on commit ce29af0

Please sign in to comment.