# HG changeset patch # User Paul Issott # Date 1355525552 0 # Node ID db0eb389448cc077d984ce7c9c839a12e30f4912 # Parent d47403fdd90003d50f58ef648a509dc3f6a9d16c syslinux/iso2exe: tiny edits diff -r d47403fdd900 -r db0eb389448c syslinux/stuff/iso2exe/init --- a/syslinux/stuff/iso2exe/init Fri Dec 14 15:43:12 2012 +0100 +++ b/syslinux/stuff/iso2exe/init Fri Dec 14 22:52:32 2012 +0000 @@ -298,7 +298,7 @@ sleep 5 device=`$DIALOG --clear \ --title " Select your USB key " \ - --menu "\nPlease select the USB key according its known size.\n\n" \ + --menu "\nPlease select the USB key according to its known size.\n\n" \ 14 70 4 \ $(for i in $DEV ; do echo "/dev/$i $(( $(cat /sys/block/$i/size) / 1024 ))MB" @@ -311,8 +311,8 @@ format=`$DIALOG --clear \ --title " Select the filesystem " \ --menu "\nPlease select the filesystem type to create.\n\n\ -The filesystem creation will erase all the datas \ -in the USB key." 14 70 4 \ +The filesystem creation will erase all the data \ +on the USB key." 14 70 4 \ "none" "Do not erase the USB key" \ "ext3" "Ext3 journaling filesystem" \ "ext2" "Ext2 filesystem" \