[Lunar-commits] <lunar-iso> lunar-install: fixes #6 - sane button labels for mount point dialog

Stefan Wold ratler at lunar-linux.org
Tue Aug 19 22:15:15 CEST 2014


commit ce29af0834badd65a8138a083288d0752acde194
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Tue, 19 Aug 2014 22:14:02 +0200
URL: https://github.com/lunar-linux/lunar-iso/commit/ce29af0834badd65a8138a083288d0752acde194

lunar-install: fixes #6 - sane button labels for mount point dialog
---
  lunar-install/sbin/lunar-install | +1/-1     
  1 file changed, 1 insertion(+), 1 deletion(-)

--- a/lunar-install/sbin/lunar-install
+++ b/lunar-install/sbin/lunar-install
@@ -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




More information about the Lunar-commits mailing list