wok-next diff syslinux/stuff/iso2exe/win32.c @ 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 | 5ed4d6b2d690 |
children | bf8be127c60b |
line diff
1.1 --- a/syslinux/stuff/iso2exe/win32.c Sat Mar 30 18:36:46 2013 +0100 1.2 +++ b/syslinux/stuff/iso2exe/win32.c Sun Mar 31 22:55:34 2013 +0100 1.3 @@ -203,7 +203,7 @@ 1.4 if (!ishybrid(isoFileName)) { 1.5 if (MessageBox(NULL,"Not an isolinux hybrid ISO.\n" 1.6 "This ISO image will not boot\n" 1.7 - "from the media you will create !", 1.8 + "from the media that you create !", 1.9 "Will not boot !", 1.10 MB_OKCANCEL|MB_ICONWARNING) == IDCANCEL) 1.11 exit(0);