# HG changeset patch # User Pascal Bellard # Date 1485957490 -3600 # Node ID 6042ae3b2eb3ebbec2d05bb602bd9ecceeb133f9 # Parent 033893628ada7d81bfb66eb93fdf0510a51930a8 syslinux: fix win32.c (thanks totoetsasoeur) diff -r 033893628ada -r 6042ae3b2eb3 syslinux/stuff/iso2exe/win32.c --- a/syslinux/stuff/iso2exe/win32.c Mon Jan 30 21:34:24 2017 +0000 +++ b/syslinux/stuff/iso2exe/win32.c Wed Feb 01 14:58:10 2017 +0100 @@ -226,8 +226,7 @@ exit(0); base = drives(); if (MessageBox(NULL,"Step 2: plug the USB stick in, " - "wait for Windows to mount it and " - "dismount it", + "wait for Windows to mount it", "Drive detection 2/2", MB_OKCANCEL|MB_ICONEXCLAMATION) == IDCANCEL) exit(0);