# HG changeset patch # User Paul Issott # Date 1428948605 -3600 # Node ID f796d8c9c50e326471d8dd48bfe850fdd55bde46 # Parent d522b4dd300b571852f14775ff40c8c18b17e334 syslinux (tiny edits) diff -r d522b4dd300b -r f796d8c9c50e syslinux/stuff/iso2exe/init --- a/syslinux/stuff/iso2exe/init Mon Apr 13 17:56:30 2015 +0200 +++ b/syslinux/stuff/iso2exe/init Mon Apr 13 19:10:05 2015 +0100 @@ -926,7 +926,7 @@ cat $i done >> $file $DIALOG --clear \ - --title " Flavor infos " \ + --title " Flavor info " \ --textbox $file 24 78 rm -rf /tmp/data } @@ -972,7 +972,7 @@ $(gotposixovl "installtaz" "Hard disk installation (TAZUSB way)") \ $(xfile tazusb "usbkey" "USB key read/write installation") \ $(ishybrid "usbbootkey" "USB boot key (read only)") \ -$(hasflavinfo "showfavinfo" "Show flavor extra infos") \ +$(hasflavinfo "showfavinfo" "Show flavor extra info") \ $(fddata "fdbootstrap" "Create a floppy bootstrap") \ "tazboot" "Get tazboot.exe Linux loader" \ $(cdexe boot/bzImage "bzimage" "Get linux DOS/EXE file") \ diff -r d522b4dd300b -r f796d8c9c50e syslinux/stuff/iso2exe/taziso --- a/syslinux/stuff/iso2exe/taziso Mon Apr 13 17:56:30 2015 +0200 +++ b/syslinux/stuff/iso2exe/taziso Mon Apr 13 19:10:05 2015 +0100 @@ -374,7 +374,7 @@ --title " SliTaz UMSDOS way installation " \ --yes-label "Install" --yesno \ "\nSliTaz will be installed in the subdirectory \\slitaz of the current -Linux/DOS/Windows partition. You will see your files from /mnt/dos.\n\n +Linux/DOS/Windows partition. You can see your files from /mnt/dos.\n\n You can start SliTaz with \\slitaz\\boot\\tazboot.exe\n\n To uninstall SliTaz, you have only to remove this directory. The file \\boot.ini or \\config.sys may be modified too.\n\n @@ -499,7 +499,7 @@ --title " SliTaz TAZUSB way installation " \ --yes-label "Install" --yesno \ "\nSliTaz will be installed in the subdirectory \\slitaz of the current -Linux/DOS/Windows partition. You will see your files from /mnt/dos.\n\n +Linux/DOS/Windows partition. You can see your files from /mnt/dos.\n\n You can start SliTaz with \\slitaz\\boot\\tazboot.exe\n\n To uninstall SliTaz, you have only to remove this directory. The file \\boot.ini or \\config.sys may be modified too.\n\n @@ -1017,7 +1017,7 @@ cat $file else $DIALOG --clear \ - --title " Flavor infos " \ + --title " Flavor info " \ --textbox $file 24 78 fi rm -rf /tmp/data @@ -1067,7 +1067,7 @@ $(gotposixovlzip "insttaz2zip" "ZIP installation archive (TAZUSB way)") \ $(xfile tazusb "usbkey" "USB key read/write installation") \ $(ishybrid "usbbootkey" "USB boot key (read only)") \ -$(hasflavinfo "showfavinfo" "Show flavor extra infos") \ +$(hasflavinfo "showfavinfo" "Show flavor extra info") \ $(menuitem "tazboot" "Get tazboot.exe Linux loader") \ $(cdexe boot/bzImage "bzimage" "Get linux DOS/EXE file") \ $(cdexe 'memtest*' "memtest" "Get Memtest86 DOS/EXE file") \