wok diff syslinux/stuff/iso2exe/init @ rev 13698

syslinux/iso2exe: tiny edits
author Paul Issott <paul@slitaz.org>
date Fri Dec 14 22:52:32 2012 +0000 (2012-12-14)
parents d47403fdd900
children 58b695f73790
line diff
     1.1 --- a/syslinux/stuff/iso2exe/init	Fri Dec 14 15:43:12 2012 +0100
     1.2 +++ b/syslinux/stuff/iso2exe/init	Fri Dec 14 22:52:32 2012 +0000
     1.3 @@ -298,7 +298,7 @@
     1.4  	sleep 5
     1.5  	device=`$DIALOG  --clear \
     1.6  	--title " Select your USB key " \
     1.7 -	--menu "\nPlease select the USB key according its known size.\n\n" \
     1.8 +	--menu "\nPlease select the USB key according to its known size.\n\n" \
     1.9  	14 70 4 \
    1.10  	$(for i in $DEV ; do
    1.11  		echo "/dev/$i $(( $(cat /sys/block/$i/size) / 1024 ))MB"	 
    1.12 @@ -311,8 +311,8 @@
    1.13  	format=`$DIALOG  --clear \
    1.14  	--title " Select the filesystem " \
    1.15  	--menu "\nPlease select the filesystem type to create.\n\n\
    1.16 -The filesystem creation will erase all the datas \
    1.17 -in the USB key." 14 70 4 \
    1.18 +The filesystem creation will erase all the data \
    1.19 +on the USB key." 14 70 4 \
    1.20  		"none"	"Do not erase the USB key" \
    1.21  		"ext3"	"Ext3 journaling filesystem" \
    1.22  		"ext2"	"Ext2 filesystem" \