wok rev 19668

syslinux: fix win32.c (thanks totoetsasoeur)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 01 14:58:10 2017 +0100 (2017-02-01)
parents 033893628ada
children 4d35415649e8
files syslinux/stuff/iso2exe/win32.c
line diff
     1.1 --- a/syslinux/stuff/iso2exe/win32.c	Mon Jan 30 21:34:24 2017 +0000
     1.2 +++ b/syslinux/stuff/iso2exe/win32.c	Wed Feb 01 14:58:10 2017 +0100
     1.3 @@ -226,8 +226,7 @@
     1.4  			exit(0);
     1.5  		base = drives();
     1.6  		if (MessageBox(NULL,"Step 2: plug the USB stick in, "
     1.7 -				    "wait for Windows to mount it and "
     1.8 -				    "dismount it",
     1.9 +				    "wait for Windows to mount it",
    1.10  				"Drive detection 2/2",
    1.11  				MB_OKCANCEL|MB_ICONEXCLAMATION) == IDCANCEL)
    1.12  			exit(0);