wok-6.x rev 14263
syslinux/iso2exe: tiny edits
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sun Mar 31 22:55:34 2013 +0100 (2013-03-31) |
parents | 0c880b8c93be |
children | bf8be127c60b |
files | syslinux/stuff/iso2exe/init syslinux/stuff/iso2exe/win32.c |
line diff
1.1 --- a/syslinux/stuff/iso2exe/init Sat Mar 30 20:33:34 2013 +0100 1.2 +++ b/syslinux/stuff/iso2exe/init Sun Mar 31 22:55:34 2013 +0100 1.3 @@ -308,7 +308,7 @@ 1.4 $DIALOG --clear \ 1.5 --title " Create a floppy bootstrap " \ 1.6 --yes-label "Continue" --yesno \ 1.7 -"\nThe floppy will install a driver to access to the ISO file 1.8 +"\nThe floppy will install a driver to access the ISO file 1.9 on your hard disk and will emulate a CD-ROM during the boot process.\n\n 1.10 Please insert a floppy in drive now.\n 1.11 " 10 70
2.1 --- a/syslinux/stuff/iso2exe/win32.c Sat Mar 30 20:33:34 2013 +0100 2.2 +++ b/syslinux/stuff/iso2exe/win32.c Sun Mar 31 22:55:34 2013 +0100 2.3 @@ -203,7 +203,7 @@ 2.4 if (!ishybrid(isoFileName)) { 2.5 if (MessageBox(NULL,"Not an isolinux hybrid ISO.\n" 2.6 "This ISO image will not boot\n" 2.7 - "from the media you will create !", 2.8 + "from the media that you create !", 2.9 "Will not boot !", 2.10 MB_OKCANCEL|MB_ICONWARNING) == IDCANCEL) 2.11 exit(0);